Commit c7f433a
Remove the legacy arch by default (#54894)
Summary:
This change remove the legacy arch by default from React Native iOS.
Users can still put the code back by using `RCT_REMOVE_LEGACY_ARCH=0 bundle exec pod install`
## Changelog:
[iOS][Breaking] - Remove legacy arch by default
Pull Request resolved: #54894
Test Plan:
Tested with RNTester that the app build correctly.
Also verified that the artifacts produced by the prebuilds are smaller than the one built before the change.
Reviewed By: vzaidman
Differential Revision: D89276102
Pulled By: cipolleschi
fbshipit-source-id: b865311c73e4f5b5b3e0b327e065f33605782e661 parent 33005a4 commit c7f433a
8 files changed
Lines changed: 28 additions & 954 deletions
File tree
- packages
- react-native
- scripts
- rn-tester
- RNTesterIntegrationTests
- RNTesterPods.xcodeproj
- RNTesterUnitTests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
923 | 923 | | |
924 | 924 | | |
925 | 925 | | |
| 926 | + | |
926 | 927 | | |
927 | 928 | | |
928 | 929 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
91 | 94 | | |
92 | 95 | | |
93 | 96 | | |
| |||
Lines changed: 0 additions & 198 deletions
This file was deleted.
0 commit comments