find
  open fun findTargetTagAndCoordinatesForTouch(eventX: Float, eventY: Float, viewGroup: ViewGroup, viewCoords: Array<Float>, @Nullable nativeViewTag: 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
view
an out parameter that will return the X,Y value in the target view
native
an out parameter that will return the native view id