Skip to content

Commit

Permalink
fix(πŸ”—): remove deadlink in the documentation (#2939)
Browse files Browse the repository at this point in the history
  • Loading branch information
wcandillon authored Feb 5, 2025
1 parent 34d56fb commit 49be75d
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions apps/docs/docs/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,17 +84,6 @@ Not all features have been tested yet, so please [report](https://github.com/Sho

:::

## Playground

We have an example project you can play with [here](https://github.com/Shopify/react-native-skia/tree/main/example).

```sh
yarn bootstrap
cd example && yarn start
```

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)).

## Debugging

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).
Expand Down Expand Up @@ -158,3 +147,8 @@ afterEach(cleanup);
```

With this configuration, you will have properly set up Jest to work with React Native Skia mocks using either ECMAScript Modules or CommonJS.

## Playground

We have example projects you can play with [here](https://github.com/Shopify/react-native-skia/tree/main/apps).
It would require you first to [build Skia locally](https://github.com/shopify/react-native-skia?tab=readme-ov-file#library-development) first.

0 comments on commit 49be75d

Please sign in to comment.