Commit 34df48b
authored
chore(0.76): don't set the new architecture by default for macOS yet (#2425)
## Summary:
Backport of #2423
This reverts commit b9f3186.
The new architecture isn't ready on macOS yet. Specifically, the Fabric
renderer isn't ready. This is causing issue for new projects off the
macOS template. Let's disable it until we're ready.
## Test Plan:
CI should pass1 parent 4b79707 commit 34df48b
File tree
2 files changed
+3
-3
lines changed- packages/react-native/scripts/cocoapods
- __tests__
2 files changed
+3
-3
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
407 | 407 | | |
408 | 408 | | |
409 | 409 | | |
410 | | - | |
| 410 | + | |
411 | 411 | | |
412 | 412 | | |
413 | | - | |
| 413 | + | |
414 | 414 | | |
415 | 415 | | |
416 | 416 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
190 | | - | |
| 190 | + | |
191 | 191 | | |
192 | 192 | | |
0 commit comments