public interface ReactCompoundView
View
subclasses that can represent more
than a single react node (e.g. TextView). It is use by touch event emitter for determining the
react tag of the inner-view element that was touched.Modifier and Type | Method and Description |
---|---|
int |
reactTagForTouch(float touchX,
float touchY)
Return react tag for touched element.
|