Lines Matching refs:gestures
2 title: Add gestures
12 …m/react-native-gesture-handler/docs/) provides built-in native components that can handle gestures.
13 …es the platform's native touch handling system to recognize pan, tap, rotation, and other gestures.
15 In this chapter, we are going to add two different gestures using the React Native Gesture Handler …
25 …d library](https://docs.swmansion.com/react-native-reanimated/docs/fundamentals/handling-gestures).
180 templateId="tutorial/06-gestures/App"
196 'components/EmojiSticker.js': 'tutorial/06-gestures/EmojiSticker.js',
226 …ndler](https://docs.swmansion.com/react-native-gesture-handler/docs/api/gestures/tap-gesture) docu…
326 templateId="tutorial/06-gestures/App"
342 'components/EmojiSticker.js': 'tutorial/06-gestures/CompleteEmojiSticker.js',
376 We successfully implemented pan and tap gestures.