React Native library
This project is maintained by iliubinskii
React Native library • Docs
React Native library / components/common-components/GestureRecognizer / Props
Internal
Omit
<React.ComponentProps
<typeof GestureRecognizer
>, "onSwipeLeft"
| "onSwipeRight"
>
readonly
optional
onSwipeEnd: (gestureState
) =>void
Handles swipe in the end direction.
• gestureState: PanResponderGestureState
Gesture state.
void
readonly
optional
onSwipeStart: (gestureState
) =>void
Handles swipe in the start direction.
• gestureState: PanResponderGestureState
Gesture state.
void