find
  Find touch event target view within the provided container given the coordinates provided via MotionEvent.
Return
the react tag ID of the child view that should handle the event
Parameters
event
the X screen coordinate of the touch location
event
the Y screen coordinate of the touch location
view
the container view to traverse
open fun findTargetTagForTouch(eventX: Float, eventY: Float, viewGroup: ViewGroup, @Nullable nativeViewId: Array<Int>): Int
Find touch event target view within the provided container given the coordinates provided via MotionEvent.
Return
the react tag ID of the child view that should handle the event
Parameters
event
the X screen coordinate of the touch location
event
the Y screen coordinate of the touch location
view
the container view to traverse
native
the native react view containing this touch target