You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/blog/2025-10-08-react-native-0.82.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ import TabItem from '@theme/TabItem';
10
10
11
11
# **React Native 0.82 - New Architecture Only**
12
12
13
-
Today we're exited to release React Native 0.82: the first React Native release that removes the legacy architecture and runs entirely on the New Architecture.
13
+
Today we're excited to release React Native 0.82: the first React Native release that removes the legacy architecture and runs entirely on the New Architecture.
14
14
15
15
This is a milestone release for React Native and we believe it's the start of a new era. In future versions we will be removing the remaining code from the legacy architecture to reduce install size and streamline the codebase.
16
16
@@ -31,15 +31,15 @@ In addition, 0.82 also ships with experimental opt-in to a newer version of Herm
31
31
32
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.
33
33
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.
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 versions of React Native.
35
35
36
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.
37
37
38
38
### How to migrate
39
39
40
40
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.
41
-
<be/> Then enable the New Architecture in 0.81 and verify that your application is working fine.
42
-
<br/> Once you're using the New Architecture in 0.81, you can update safely to React Native 0.82 which removes the legacy achitecture.
41
+
<br/> Then enable the New Architecture in 0.81 and verify that your application is working fine.
42
+
<br/> Once you're using the New Architecture in 0.81, you can update safely to React Native 0.82 which removes the legacy architecture.
43
43
44
44
If an incompatible 3rd party dependency prevents you from migrating to the New Architecture, we recommend you reach out to the library maintainers directly.
0 commit comments