software-mansion / react-native-gesture-handler

Declarative API exposing platform native touch and gesture system to React Native.
https://docs.swmansion.com/react-native-gesture-handler/
MIT License
5.85k stars 954 forks source link

Add examples to Gestures section in docs #2876

Closed xnameTM closed 1 week ago

xnameTM commented 3 weeks ago

Summary

This PR includes new InteractiveExamples and Expo Snacks for Pan, Tap, Long press, Rotation, Pinch, Fling and Hover gestures.

Test plan

You can only see the changes in InteractiveExamples only because snacks require a real file link and unless they are hosted on the server they will not work.

Command to change current dictionary:

cd docs

Command to download required libraries:

yarn

Command to preview the project:

yarn start