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/getting-started/web.mdx
+1-1Lines changed: 1 addition & 1 deletion
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.
0 commit comments