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">
readonlyoptionalonSwipeEnd: (gestureState) =>void
Handles swipe in the end direction.
• gestureState: PanResponderGestureState
Gesture state.
void
readonlyoptionalonSwipeStart: (gestureState) =>void
Handles swipe in the start direction.
• gestureState: PanResponderGestureState
Gesture state.
void