Description
https://reactnative.dev/blog/2026/02/11/react-native-0.84
The blog post explaining the default precompiled binaries as true in iOS from RN 0.84 onwards, misses the flag
RCT_USE_RN_DEP=0 to truly turn the precompiled binaries off.
it only mentions RCT_USE_PREBUILT_RNCORE, which only works for ReactNativeCore, not ReactNativeDependencies.
Documentation version
Version not valid as the mistake is in the blog post.
Description
https://reactnative.dev/blog/2026/02/11/react-native-0.84
The blog post explaining the default precompiled binaries as true in iOS from RN 0.84 onwards, misses the flag
RCT_USE_RN_DEP=0 to truly turn the precompiled binaries off.
it only mentions RCT_USE_PREBUILT_RNCORE, which only works for ReactNativeCore, not ReactNativeDependencies.
Documentation version
Version not valid as the mistake is in the blog post.