find Target Tag And Coordinates For Touch
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 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
view Coords
an out parameter that will return the X,Y value in the target view
native View Tag
an out parameter that will return the native view id