Quick start
RNGH3 offers a straightforward way to add gestures to your app. Simply wrap your target view with the GestureDetector component, define your gesture, and pass it in. That’s it!
Troubleshooting
Troubleshooting
Testing with Jest
Mocking native modules
Custom swipeable components inside ScrollView (web)
While we recommend using our own ReanimatedSwipeable component, creating your own version of swipeable gives you more control over its behavior. Common issue here is that after creating your own swipeable component, scroll does not work. In that case, try adding touchAction set to "pan-y", like this:
Upgrading to the new API introduced in Gesture Handler 3
Migrating gestures