Skip to content

Commit 8b8c44c

Browse files
authored
Merge branch 'main' into patch-2
2 parents feb6456 + 1e55c9e commit 8b8c44c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/getting-started/web.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ React Native Skia runs in a web browser thanks to [CanvasKit](https://skia.org/d
1111
The WebAssembly file is loaded asynchronously and has a size of 2.9MB gzipped.
1212
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.
1313

14-
We provide direct integrations with [Expo](#Expo) and [Remotion](#Remotion).
14+
We provide direct integrations with [Expo](#expo) and [Remotion](#remotion).
1515
Below you will also find the manual installation steps to run the module on any React Native Web projects.
1616

1717
You can use React Native Skia without React Native Web.
@@ -21,7 +21,7 @@ You can use React Native Skia without React Native Web.
2121
Using React Native Skia on Expo web is reasonably straightforward.
2222
We provide a script that will work well with the setup:
2323
```bash
24-
$ expo install @shopify/react-native-skia
24+
$ npx expo install @shopify/react-native-skia
2525
$ yarn setup-skia-web
2626
```
2727

0 commit comments

Comments
 (0)