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
|`RCT_USE_RN_DEP`| Use prebuilt React Native dependencies for faster compilation (only for React Native v0.81+) |`1`|
152
+
|`RCT_USE_PREBUILT_RNCORE`| Use prebuilt React Native core for faster compilation (only for React Native v0.81+) |`1`|
153
+
|`USE_THIRD_PARTY_JSC`| Use JavaScriptCore instead of Hermes for JavaScript execution |`0`|
154
154
155
155
To change these variables, you can prefix the `build:ios` command with environmental variables. For example, to use prebuilt React Native dependencies and core for faster compilation, you can use the following command:
0 commit comments