Skip to content

Commit 472c6ce

Browse files
committed
update ball example link, link invalid since PR #2919
1 parent 23790fe commit 472c6ce

File tree

1 file changed

+1
-1
lines changed
  • docs/docs/fundamentals/quickstart

1 file changed

+1
-1
lines changed

docs/docs/fundamentals/quickstart/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ To demonstrate how you would use the new API, let's make a simple app where you
5353

5454
Note the `start` shared value. We need it to store the position of the ball at the moment we grab it to be able to correctly position it later, because we only have access to translation relative to the starting point of the gesture.
5555

56-
Now you can just add `Ball` component to some view in the app and see the results! (Or you can just check the code [here](https://github.com/software-mansion/react-native-gesture-handler/blob/main/example/src/new_api/reanimated/index.tsx) and see it in action in the Example app.)
56+
Now you can just add `Ball` component to some view in the app and see the results! (Or you can just check the code [here](https://github.com/software-mansion/react-native-gesture-handler/blob/main/example/src/new_api/velocityTest/index.tsx) and see it in action in the Example app.)

0 commit comments

Comments
 (0)