-
public interface ReactOverflowViewInterface 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 StringgetOverflow()Gets the overflow state of a view.
-