Skip to content

docs: include RN dependencies flag for iOS source builds#5113

Closed
sorinc03 wants to merge 1 commit into
react:mainfrom
sorinc03:fix-ios-precompiled-binaries-doc
Closed

docs: include RN dependencies flag for iOS source builds#5113
sorinc03 wants to merge 1 commit into
react:mainfrom
sorinc03:fix-ios-precompiled-binaries-doc

Conversation

@sorinc03

@sorinc03 sorinc03 commented Jun 4, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Add RCT_USE_RN_DEP=0 alongside RCT_USE_PREBUILT_RNCORE=0 in the React Native 0.84 iOS source-build instructions
  • Update the Legacy Architecture opt-in command so both precompiled iOS artifacts are disabled

Fixes #5065

Test Plan

  • git diff --check

@vercel

vercel Bot commented Jun 4, 2026

Copy link
Copy Markdown

@sorinc03 is attempting to deploy a commit to the React Foundation Team on Vercel.

A member of the Team first needs to authorize it.

@meta-cla meta-cla Bot added the CLA Signed label Jun 4, 2026
@netlify

netlify Bot commented Jun 4, 2026

Copy link
Copy Markdown

Deploy Preview for react-native ready!

Name Link
🔨 Latest commit f2451a8
🔍 Latest deploy log https://app.netlify.com/projects/react-native/deploys/6a21789fad4d1900087484e7
😎 Deploy Preview https://deploy-preview-5113--react-native.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@Simek Simek requested a review from cipolleschi June 4, 2026 17:43
@cipolleschi

Copy link
Copy Markdown
Contributor

Hi there, thanks for the contributions, but this should not be merged.
The RNDependencies do not care about new arch/old arch or legacy hermes/hermes v1.
They are third party libraries built independently from React Native, so users can still benefit from using the precompiled binaries even if they use some different setups than the recommended ones.

You almost never want to build RNDependencies from source.

@cipolleschi cipolleschi closed this Jun 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Incomplete description on how to disable precompiled binaries iOS RN 0.84

2 participants