Skip to content

Commit 65bbe9f

Browse files
committed
[blog] Add upgrade-react-native skill to 0.84 post
1 parent 0483387 commit 65bbe9f

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,22 @@ npx @react-native-community/cli@latest init MyProject --version latest
209209
If you use Expo, React Native 0.84 will be available as part of the `expo@canary` releases.
210210
The next SDK, SDK 56, will be shipped with the next stable release of React Native: 0.85.
211211

212+
:::success New
213+
214+
#### Try the `upgrade-react-native` skill! (Experimental)
215+
216+
Alongside 0.84, we've shipped an [experimental Agent Skill](https://skills.sh/react-native-community/skills/upgrade-react-native) to automate upgrades for Community CLI projects.
217+
218+
Install the skill and run `/upgrade-react-native 0.84` from your AI coding agent of choice (supports [Claude Code](https://www.anthropic.com/claude/code), [Cursor](https://cursor.com), [Codex](https://openai.com/codex/) and others).
219+
220+
```sh
221+
npx skills add react-native-community/skills
222+
```
223+
224+
This is an experimental tool — always review changes and test thoroughly.
225+
226+
:::
227+
212228
:::info
213229

214230
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).

0 commit comments

Comments
 (0)