Skip to content

Commit b8da04e

Browse files
authored
[blog] Improve upgrade guidance for 0.84 (#4983)
1 parent 54fa029 commit b8da04e

File tree

1 file changed

+16
-10
lines changed

1 file changed

+16
-10
lines changed

website/blog/2026-02-11-react-native-0.84.md

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -198,19 +198,25 @@ We want to send a special thank you to those who shipped significant contributio
198198

199199
## Upgrade to 0.84
200200

201-
Please use the [React Native Upgrade Helper](https://react-native-community.github.io/upgrade-helper/) to view code changes between React Native versions for existing projects, in addition to the Upgrading docs.
201+
:::info
202202

203-
To create a new project:
203+
0.84 is now the latest stable version of React Native and 0.81.x moves to unsupported. For more information see [React Native's support policy](https://github.com/reactwg/react-native-releases/blob/main/docs/support.md).
204204

205-
```sh
206-
npx @react-native-community/cli@latest init MyProject --version latest
207-
```
205+
:::
208206

209-
If you use Expo, React Native 0.84 will be available as part of the `expo@canary` releases.
210-
The next SDK, SDK 56, will be shipped with the next stable release of React Native: 0.85.
207+
#### Upgrading
211208

212-
:::info
209+
Please use the [React Native Upgrade Helper](https://react-native-community.github.io/upgrade-helper/) to view code changes between React Native versions for existing projects, in addition to the [Upgrading docs](/docs/upgrading).
213210

214-
0.84 is now the latest stable version of React Native and 0.81.x moves to unsupported. For more information see [React Native's support policy](https://github.com/reactwg/react-native-releases/blob/main/docs/support.md).
211+
> **💡 New**: Try the experimental [`upgrade-react-native` AI skill for Community CLI Projects](https://skills.sh/react-native-community/skills/upgrade-react-native).
215212
216-
:::
213+
#### Create a new project
214+
215+
```text
216+
npx @react-native-community/cli@latest init MyProject --version latest
217+
```
218+
219+
#### Expo
220+
221+
For Expo projects, React Native 0.84 will be available as part of the `expo@canary` releases.
222+
The next SDK, SDK 56, will be shipped with the next stable release of React Native: 0.85.

0 commit comments

Comments
 (0)