ReactCompoundView

This interface should be implemented by native 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.

Inheritors

Functions

Link copied to clipboard
abstract fun reactTagForTouch(touchX: Float, touchY: Float): Int

Return react tag for touched element. Event coordinates are relative to the view