You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/animations/gestures.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ slug: /animations/gestures
7
7
8
8
When integrating with [reanimated](/docs/animations/animations), we recommend using [react-native-gesture-handler](https://docs.swmansion.com/react-native-gesture-handler/docs/).
9
9
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](/docs/tutorials#gestures) that showcase the use of advanced gestures within the context of Skia drawings.
Copy file name to clipboardExpand all lines: docs/docs/getting-started/web.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ React Native Skia runs in a web browser thanks to [CanvasKit](https://skia.org/d
11
11
The WebAssembly file is loaded asynchronously and has a size of 2.9MB gzipped.
12
12
While this is a substantial file size, you have control over the user experience: you can decide when to load Skia and how the loading experience should be.
13
13
14
-
We provide direct integrations with [Expo](#Expo) and [Remotion](#Remotion).
14
+
We provide direct integrations with [Expo](#expo) and [Remotion](#remotion).
15
15
Below you will also find the manual installation steps to run the module on any React Native Web projects.
16
16
17
17
You can use React Native Skia without React Native Web.
@@ -21,7 +21,7 @@ You can use React Native Skia without React Native Web.
21
21
Using React Native Skia on Expo web is reasonably straightforward.
22
22
We provide a script that will work well with the setup:
0 commit comments