Interface | Description |
---|---|
OnInterceptTouchEventListener |
Interface definition for a callback to be invoked when a onInterceptTouch is called on a
ViewGroup . |
ReactHitSlopView |
This interface should be implemented by all
View subclasses that want to use the
hitSlop prop to extend their touch areas. |
ReactInterceptingViewGroup |
This interface should be implemented by all
ViewGroup subviews that can be instantiating
by NativeViewHierarchyManager . |
Class | Description |
---|---|
JSResponderHandler |
This class coordinates JSResponder commands for
UIManagerModule . |