Skip to content

Commit 9aa8cc2

Browse files
authored
docs: update pressable.mdx (#3656)
## Description <!-- Description and motivation for this PR. Include 'Fixes #<number>' if this is fixing some issue. --> ## Test plan <!-- Describe how did you test this change here. -->
1 parent 5b9aca9 commit 9aa8cc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs-gesture-handler/docs/components/pressable.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ duration (in milliseconds) to wait after press down before calling `onPressIn`.
116116

117117
### Example:
118118

119-
See the full [pressable example](https://github.com/software-mansion/react-native-gesture-handler/blob/main/example/src/new_api/pressable/index.tsx) from `GestureHandler` example app.
119+
See the full [pressable example](https://github.com/software-mansion/react-native-gesture-handler/blob/main/apps/common-app/src/new_api/pressable/index.tsx) from `GestureHandler` example app.
120120

121121
import GestureStateFlowExample from '@site/src/examples/GestureStateFlowExample';
122122

0 commit comments

Comments
 (0)