Add React Native 0.86 release blog post#5121
Conversation
Covers edge-to-edge improvements on Android 15+, DevTools light/dark mode emulation, deprecations, and other changes including JSI API additions, networking fixes and accessibility improvements.
|
Your Vercel team React Foundation is not permitted to deploy from this git repository. Contact an administrator to add github organization facebook as a Protected Git Scope in React Foundation on Vercel. Once added, commit again to see your changes. Learn more: https://vercel.com/docs/security/protected-git-scopes |
✅ Deploy Preview for react-native ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for react-native ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for react-native ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
…-edge intro, rename DevTools section, link to /releases
… & Images section
|
|
||
| ### React Native DevTools Improvements | ||
|
|
||
| React Native DevTools now support **light/dark mode emulation** via `Emulation.setEmulatedMedia`, allowing you to test your app's appearance mode handling directly from the DevTools without changing your device settings. |
There was a problem hiding this comment.
I wouldn't say we need to include this item, but if we want to:
| React Native DevTools now support **light/dark mode emulation** via `Emulation.setEmulatedMedia`, allowing you to test your app's appearance mode handling directly from the DevTools without changing your device settings. | |
| React Native DevTools now supports **light/dark mode emulation** via `Emulation.setEmulatedMedia`, allowing you to test your app's appearance mode handling directly from DevTools without changing your device settings. Use `cmd`/`ctrl` + `shift` + `P` to access from the Command Palette. | |
| As with the web, this is a temporary switch that will reset when DevTools is disconnected. |
and here's an image
| We want to send a special thank you to those community members that shipped significant contributions in this release. | ||
|
|
||
| - [Mathieu Acthernoene](https://github.com/zoontek) for edge-to-edge support on Android and StatusBar improvements | ||
| - [Rubén Norte](https://github.com/rubennorte) for React Native DevTools performance tracing |
There was a problem hiding this comment.
Not explicitly launched/touched in this release.
| - [Rubén Norte](https://github.com/rubennorte) for React Native DevTools performance tracing |
Summary
Test plan
yarn startand verify the post renders correctly at/blog/2026/06/11/react-native-0.86yarn lintandyarn prettier