Skip to content

Commit 639836a

Browse files
authored
Fix link to the example app in the documentation (#3629)
## Description The example app link was broken due to monorepo migration. ## Test plan Click the new link
1 parent 2d19b81 commit 639836a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs-gesture-handler/docs/fundamentals/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ We recommended to use Reanimated to implement gesture-driven animations with Ges
2525

2626
### Apps
2727

28-
[Gesture Handler Example App](https://github.com/software-mansion/react-native-gesture-handler/blob/main/example) – official gesture handler "showcase" app.
28+
[Gesture Handler Example App](https://github.com/software-mansion/react-native-gesture-handler/tree/main/apps/expo-example) – official gesture handler "showcase" app.
2929

3030
### Talks and workshops
3131

0 commit comments

Comments
 (0)