Skip to content

Commit 91ebda7

Browse files
authored
Update gestures.md
1 parent 2ca8114 commit 91ebda7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/animations/gestures.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ slug: /animations/gestures
77

88
When integrating with [reanimated](/docs/animations/animations), we recommend using [react-native-gesture-handler](https://docs.swmansion.com/react-native-gesture-handler/docs/).
99

10-
We've prepared a few [tutorials](docs/tutorials#gestures) that showcase the use of advanced gestures within the context of Skia drawings.
10+
We've prepared a few [tutorials](https://shopify.github.io/react-native-skia/docs/tutorials#gestures) that showcase the use of advanced gestures within the context of Skia drawings.
1111

1212
```tsx twoslash
1313
import { useWindowDimensions } from "react-native";
@@ -87,4 +87,4 @@ export const ElementTracking = () => {
8787
</View>
8888
);
8989
};
90-
```
90+
```

0 commit comments

Comments
 (0)