find Target Path And Coordinates For Touch
open fun findTargetPathAndCoordinatesForTouch(eventX: Float, eventY: Float, viewGroup: ViewGroup, viewCoords: Array<Float>): List<TouchTargetHelper.ViewTarget>
Find touch event target view within the provided container given the coordinates provided via MotionEvent.
Return
If a target was found, returns a < containing the path through the view tree of all react tags and views that are a container for the touch target, ordered from target to root (last element)
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