Skip to content

Commit 9143daa

Browse files
authored
Merge pull request #39 from brentvatne/@brent/update-installation-docs
Update installation instructions to clarify current constraints
2 parents ef81a77 + 40d6df8 commit 9143daa

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,12 @@ $ npm install https://github.com/Shopify/react-native-skia/releases/download/v0.
3030

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

33+
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`.
34+
3335
### Android
3436

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

docs/docs/getting-started/installation.md

+4
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,12 @@ $ npm install https://github.com/Shopify/react-native-skia/releases/download/v0.
3333

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

36+
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`.
37+
3638
## Android
3739

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

0 commit comments

Comments
 (0)