Skip to content

Commit 49be75d

Browse files
authoredFeb 5, 2025
fix(🔗): remove deadlink in the documentation (#2939)
1 parent 34d56fb commit 49be75d

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed
 

‎apps/docs/docs/getting-started/installation.md

+5-11
Original file line numberDiff line numberDiff line change
@@ -84,17 +84,6 @@ Not all features have been tested yet, so please [report](https://github.com/Sho
8484

8585
:::
8686

87-
## Playground
88-
89-
We have an example project you can play with [here](https://github.com/Shopify/react-native-skia/tree/main/example).
90-
91-
```sh
92-
yarn bootstrap
93-
cd example && yarn start
94-
```
95-
96-
To run the example project on iOS, you will need to run `pod install`, and on Android, you will also need Android NDK to be installed ([see here](#android)).
97-
9887
## Debugging
9988

10089
We recommend using React Native DevTools to debug your JS code — see the [React Native docs](https://reactnative.dev/docs/debugging). Alternatively, you can debug both JS and platform code in VS Code and via native IDEs. If using VS Code, we recommend [Expo Tools](https://github.com/expo/vscode-expo), [Radon IDE](https://ide.swmansion.com/), or Microsoft's [React Native Tools](https://marketplace.visualstudio.com/items?itemName=msjsdiag.vscode-react-native#debugging-react-native-applications).
@@ -158,3 +147,8 @@ afterEach(cleanup);
158147
```
159148

160149
With this configuration, you will have properly set up Jest to work with React Native Skia mocks using either ECMAScript Modules or CommonJS.
150+
151+
## Playground
152+
153+
We have example projects you can play with [here](https://github.com/Shopify/react-native-skia/tree/main/apps).
154+
It would require you first to [build Skia locally](https://github.com/shopify/react-native-skia?tab=readme-ov-file#library-development) first.

0 commit comments

Comments
 (0)
Failed to load comments.