Commit df9d31b
Use precompipled binaries by default (#54895)
Summary:
This change set up React native to use the precompiled binaries by default.
Users can still turn them off by passing `RCT_USE_PREBUILT_RNCORE=0 bundle exec pod install`
By default, RNTester will still build from source.
## Changelog:
[iOS][Changed] - Use prebuild by default
Pull Request resolved: #54895
Test Plan: Tested on a React native app created using RN 0.83.0
Reviewed By: huntie
Differential Revision: D89277683
Pulled By: cipolleschi
fbshipit-source-id: 4781e9e5561c3c7b264d2b1547910c9b4f63c2761 parent 4e0b923 commit df9d31b
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
87 | 92 | | |
88 | 93 | | |
89 | 94 | | |
| |||
0 commit comments