You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/fundamentals/introduction.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ The main benefits of using React Native Gesture Handler are:
13
13
- A way to use a platform's native touch handling system for recognizing gestures (like pinch, rotation, pan and a few others).
14
14
- The ability to define relations between gestures to ensure gestures, and possibly native components, will not conflict with each other.
15
15
- Mechanisms to use touchable components that run in native thread and follow platform default behavior; e.g. in the event they are in a scrollable component, turning into pressed state is slightly delayed to prevent it from highlighting when you fling.
16
-
- Close integration with [`react-native-reanimated`](https://docs.swmansion.com/react-native-reanimated/) to process toouch events on the UI thread.
16
+
- Close integration with [`react-native-reanimated`](https://docs.swmansion.com/react-native-reanimated/) to process touch events on the UI thread.
17
17
- Support for different input devices like touch screens, pens and mice.
18
18
- Ability to include any native component into the Gesture Handler's touch system, making it work alongside your gestures.
0 commit comments