You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
+
33
35
### Android
34
36
37
+
> **Version compatibility**: `react-native@>=0.66` is required.
38
+
35
39
Currently, you will need Android NDK to be installed.
36
40
If you have Android Studio installed, make sure `$ANDROID_NDK` is available.
37
41
`ANDROID_NDK=/Users/username/Library/Android/sdk/ndk-bundle` for instance.
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
+
36
38
## Android
37
39
40
+
> **Version compatibility**: `react-native@>=0.66` is required.
41
+
38
42
Currently, you will need Android NDK to be installed.
39
43
If you have Android Studio installed, make sure `$ANDROID_NDK` is available.
40
44
`ANDROID_NDK=/Users/username/Library/Android/sdk/ndk-bundle` for instance.
0 commit comments