Skip to content

Commit 74123d0

Browse files
Update docs/docs/fundamentals/introduction.md
Co-authored-by: Kacper Kapuściak <[email protected]>
1 parent 8caaead commit 74123d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/fundamentals/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The main benefits of using React Native Gesture Handler are:
1313
- A way to use a platform's native touch handling system for recognizing gestures (like pinch, rotation, pan and a few others).
1414
- The ability to define relations between gestures to ensure gestures, and possibly native components, will not conflict with each other.
1515
- 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.
1717
- Support for different input devices like touch screens, pens and mice.
1818
- Ability to include any native component into the Gesture Handler's touch system, making it work alongside your gestures.
1919

0 commit comments

Comments
 (0)