From 3a6660d97ac3678aed9f44a82febee77f2bb422e Mon Sep 17 00:00:00 2001
From: Travis CI
It provides a predictable wrapper o
For each handler, it provides a new gestureState object alongside the
normal event.
A gestureState object has the following:
stateID - ID of the gestureState- persisted as long as there at least
one touch on screenmoveX - the latest screen coordinates of the recently-moved touchmoveY - the latest screen coordinates of the recently-moved touchx0 - the screen coordinates of the responder granty0 - the screen coordinates of the responder grantdx - accumulated distance of the gesture since the touch starteddy - accumulated distance of the gesture since the touch startedvx - current velocity of the gesturevy - current velocity of the gesturenumberActiveTouches - Number of touches currently on screeenDetermines what the opacity of the wrapped view should be when touch is +},
NOTE: TouchableHighlight supports only one child
If you wish to have to have several child components, wrap them in a View.
Determines what the opacity of the wrapped view should be when touch is active.
Called immediately after the underlay is hidden
Called immediately after the underlay is shown
The color of the underlay that will show through when the touch is active.