-
public interface ReactOverflowView
Interface that should be implemented by View subclasses that support
{@code overflow}
style. This allows the overflow information to be used by TouchTargetHelper to determine if a View is touchable.
-
-
Method Summary
Modifier and Type Method Description abstract String
getOverflow()
Gets the overflow state of a view.
-