Skip to content

Commit

Permalink
Merge pull request #39 from brentvatne/@brent/update-installation-docs
Browse files Browse the repository at this point in the history
Update installation instructions to clarify current constraints
  • Loading branch information
chrfalch authored Dec 30, 2021
2 parents ef81a77 + 40d6df8 commit 9143daa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,12 @@ $ npm install https://github.com/Shopify/react-native-skia/releases/download/v0.

Run `pod install` on the `ios/` directory.

You will need to disable Bitcode in order to create a release build: `Build Settings > Build Options > Enable Bitcode -> Release -> No`. In Expo managed apps, set `ios.bitcode` to `false` in `app.json`.

### Android

> **Version compatibility**: `react-native@>=0.66` is required.
Currently, you will need Android NDK to be installed.
If you have Android Studio installed, make sure `$ANDROID_NDK` is available.
`ANDROID_NDK=/Users/username/Library/Android/sdk/ndk-bundle` for instance.
Expand Down
4 changes: 4 additions & 0 deletions docs/docs/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,12 @@ $ npm install https://github.com/Shopify/react-native-skia/releases/download/v0.

Run `pod install` on the `ios/` directory.

You will need to disable Bitcode in order to create a release build: `Build Settings > Build Options > Enable Bitcode -> Release -> No`. In Expo managed apps, set `ios.bitcode` to `false` in `app.json`.

## Android

> **Version compatibility**: `react-native@>=0.66` is required.
Currently, you will need Android NDK to be installed.
If you have Android Studio installed, make sure `$ANDROID_NDK` is available.
`ANDROID_NDK=/Users/username/Library/Android/sdk/ndk-bundle` for instance.
Expand Down

0 comments on commit 9143daa

Please sign in to comment.