Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pages/app/gestures.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ We use gestures to support user interactions that are more complex than pressing
There are 2 common approaches:

- `PanResponder` - The built-in gesture API
- `react-native-gesture-hander` - A library that bridges built-in native gesture handling code
- `react-native-gesture-handler` - A library that bridges built-in native gesture handling code

Let's look at each of these in more detail.
2 changes: 1 addition & 1 deletion pages/app/gestures/gesture_handlers.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import panGestureHandler from '../../../examples/files/gestures/panGestureHandler.tsx'

With the library [`react-native-gesture-hander`](https://github.com/software-mansion/react-native-gesture-handler), we can use the native gesture recognition APIs.
With the library [`react-native-gesture-handler`](https://github.com/software-mansion/react-native-gesture-handler), we can use the native gesture recognition APIs.

We can use these React components to detect gestures:

Expand Down