Skip to content

Commit 3b25e82

Browse files
authored
docs: update reanimated_swipeable.md (#3647)
Modify the Example link ## 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 0e5d58e commit 3b25e82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs-gesture-handler/docs/components/reanimated_swipeable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ Unlike method `close`, this method does not trigger any animation.
191191
### Example:
192192

193193
For a more in-depth presentation of differences between the new and the legacy implementations,
194-
see [swipeable example](https://github.com/software-mansion/react-native-gesture-handler/blob/main/example/src/release_tests/swipeableReanimation/index.tsx) from GestureHandler Example App.
194+
see [swipeable example](https://github.com/software-mansion/react-native-gesture-handler/blob/main/apps/common-app/src/release_tests/swipeableReanimation/index.tsx) from GestureHandler Example App.
195195

196196
```jsx
197197
import React from 'react';

0 commit comments

Comments
 (0)