find Target Tag For Touch
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 X
the X screen coordinate of the touch location
event Y
the Y screen coordinate of the touch location
view Group
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 X
the X screen coordinate of the touch location
event Y
the Y screen coordinate of the touch location
view Group
the container view to traverse
native View Id
the native react view containing this touch target