-
public interface ReactHitSlopView
This interface should be implemented by all View subclasses that want to use the hitSlop prop to extend their touch areas.
-
-
Method Summary
Modifier and Type Method Description abstract Rect
getHitSlopRect()
Called when determining the touch area of a view. -
-
Method Detail
-
getHitSlopRect
@Nullable() abstract Rect getHitSlopRect()
Called when determining the touch area of a view.
-
-
-
-