Skip to content

Commit 8e8f292

Browse files
committed
removed even more redundancy from "new architecture only"
1 parent d508bfe commit 8e8f292

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

website/blog/2025-10-08-react-native-0.82.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,11 @@ In addition, 0.82 also ships with experimental opt-in to a newer version of Herm
2929

3030
## New Architecture Only
3131

32-
In React Native 0.76 we announced that [The New Architecture](/blog/2024/10/23/the-new-architecture-is-here) became the default architecture. Since then, the New Architecture has been tested and refined and we're confident in making it the only architecture.
32+
In React Native 0.76 we announced that [The New Architecture](/blog/2024/10/23/the-new-architecture-is-here) became the default architecture of React Native.
3333

34-
Starting today, new versions of React Native will **only** run with the New Architecture. This means, if you try to set `newArchEnabled=false` on Android, or if you try to install CocoaPods with `RCT_NEW_ARCH_ENABLED=0` on iOS, these will be ignored and your app will still run with the New Architecture enabled.
34+
Since then, the New Architecture has been tested and refined and we're confident in making it the **only** architecture for this and future version of React Native.
35+
36+
This means that if you try to set `newArchEnabled=false` on Android, or if you try to install CocoaPods with `RCT_NEW_ARCH_ENABLED=0` on iOS, these will be ignored and your app will still run using the New Architecture.
3537

3638
### How to migrate
3739

0 commit comments

Comments
 (0)