Skip to content

Commit cfcb819

Browse files
committed
improved "how to migrate"
1 parent 6dd7fd9 commit cfcb819

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

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

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,8 @@ To learn more about the New Architecture, see [The New Architecture was here](/b
3737
### How to migrate
3838

3939
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.
40-
41-
Once you're using the New Architecture in 0.81, you can update safely to React Native 0.82 which removes the legacy achitecture.
42-
43-
#### Issues migrating
40+
<be/> Then enable the New Architecture in 0.81 and verify that your application is working fine.
41+
<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.
4442

4543
If an incompatible 3rd party dependency prevents you from migrating to the New Architecture, we recommend you reach out to the library maintainers directly.
4644

@@ -54,8 +52,7 @@ We’ve also verified that the 3P libraries that offer backward compatibility wi
5452

5553
### Removal of Legacy Architecture classes
5654

57-
To ensure backward compatibility and reduce breaking changes, we are not removing any APIs of the Legacy Architecture from the core of React Native in this version.
58-
Removing the Legacy Architecture will allow us to save significant size on the overall bundle size, therefore the removal is scheduled to start from the next version of React Native.
55+
To ensure backward compatibility and reduce breaking changes, we are not removing any APIs of the Legacy Architecture from the core of React Native in this version. Removing the Legacy Architecture will allow us to save significant size on the overall bundle size, therefore the removal is scheduled to start from the next version of React Native.
5956

6057
You can find more information in [RFC0929: Removal of the Legacy Architecture of React Native](https://github.com/react-native-community/discussions-and-proposals/pull/929).
6158

0 commit comments

Comments
 (0)