Skip to content

Commit ec1d8d1

Browse files
committed
removed "New Architecture Only" redundancy
1 parent cfcb819 commit ec1d8d1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,10 @@ In addition to removing the legacy architecture opt-out, 0.82 also ships with ex
2828

2929
## New Architecture Only
3030

31-
In React Native 0.76 we announced that [The New Architecture was here](/blog/2024/10/23/the-new-architecture-is-here) and enabled by default. Since then, the New Architecture has been tested and refined and we're confident in making it the only architecture.
31+
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.
3232

3333
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.
3434

35-
To learn more about the New Architecture, see [The New Architecture was here](/blog/2024/10/23/the-new-architecture-is-here).
36-
3735
### How to migrate
3836

3937
If you haven’t migrated your project to the New Architecture, we recommendation first migrating your project to React Native 0.81 or Expo SDK 54. These are the last versions that allow you to opt-in to the Legacy Architecture. They contain warning and performance improvements specifically to help migrating to the New Architecture.

0 commit comments

Comments
 (0)