← Back to all briefs
React45s read

React Native 0.86: Edge-to-Edge Android, No Breaking Changes

React Native 0.86 brings comprehensive edge-to-edge display support on Android 15+ and improved DevTools performance tracing, continuing the project's commitment to zero-breaking-change upgrades.

React Native 0.86 shipped June 8 with edge-to-edge Android 15+ support as the headline feature. Status bars, navigation bars, and display cutouts are now handled natively, so your app content can render behind system bars without manual inset management. If you have been maintaining separate layout branches for different Android API levels, this update eliminates most of that work.

The other focus is DevTools. Performance tracing got a significant upgrade, with improved flame chart visualization and tighter integration between the JS thread profiler and the native side. For teams debugging complex interactions that span the JS bridge, this means fewer blind spots.

The 0.86 release continues a pattern that started with 0.83: no breaking changes. The React Native team has made incremental upgrades a stated priority, and each release since 0.83 has maintained backward compatibility. If you are on 0.85, upgrading to 0.86 should be a version bump and a rebuild, nothing more.

The React Native repo has also moved to the react GitHub organization, reflecting the project's transition under the React Foundation alongside the core React repository. The move is administrative rather than technical, but it closes the book on React Native as a Meta-owned project. Expo, meanwhile, raised a $45M Series B and hired Meta's former React lead Seth Webster as Principal Developer Advocate, signaling that the React Native ecosystem is diversifying beyond its original corporate sponsor.