Skip to content

Commit 2d4fe9a

Browse files
committed
Address review comments: fix deprecation wording, deduplicate edge-to-edge intro, rename DevTools section, link to /releases
1 parent 532a80c commit 2d4fe9a

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

website/blog/2026-06-10-react-native-0.86.mdx

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ date: 2026-06-10
99

1010
Today we are excited to release React Native 0.86!
1111

12-
This release includes comprehensive edge-to-edge support on Android 15+ and performance tracing improvements in React Native DevTools.
12+
This release includes comprehensive edge-to-edge support on Android 15+ and improvements in React Native DevTools.
1313

1414
Following 0.83, this is the second React Native release with no user-facing breaking changes, reflecting our continued commitment to making upgrades more predictable and seamless.
1515

@@ -22,15 +22,15 @@ As part of this release, the React, React Native, Metro, Yoga and React Native W
2222
### Highlights
2323

2424
- [Edge-to-Edge on Android](/blog/2026/06/10/react-native-0.86#edge-to-edge-on-android)
25-
- [React Native DevTools: Performance Tracing](/blog/2026/06/10/react-native-0.86#react-native-devtools-performance-tracing)
25+
- [React Native DevTools Improvements](/blog/2026/06/10/react-native-0.86#react-native-devtools-improvements)
2626

2727
{/* truncate */}
2828

2929
## Highlights
3030

3131
### Edge-to-Edge on Android
3232

33-
React Native 0.86 ships comprehensive fixes for Android 15+ edge-to-edge mode, where the system enforces edge-to-edge display even when apps don't explicitly opt in.
33+
React Native 0.86 ships comprehensive fixes for Android 15+ edge-to-edge mode, including when it's enforced by the OS but not explicitly enabled via the `edgeToEdgeEnabled` Gradle property.
3434

3535
Key fixes include:
3636

@@ -40,9 +40,7 @@ Key fixes include:
4040
- **`StatusBar`** now supports updating status bar style and visibility while a Modal is open.
4141
- **Navigation bar** contrast respects the theme's `enforceNavigationBarContrast` attribute.
4242

43-
React Native now also handles edge-to-edge correctly when it's enforced by the OS (Android 15+) but not explicitly enabled via the `edgeToEdgeEnabled` Gradle property.
44-
45-
### React Native DevTools: Performance Tracing
43+
### React Native DevTools Improvements
4644

4745
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.
4846

@@ -56,7 +54,7 @@ To learn more about what we consider a breaking change, have a look at [this art
5654

5755
## Deprecations
5856

59-
The following APIs have been removed and are due for removal in a future release of React Native:
57+
The following APIs have been deprecated and are due for removal in a future release of React Native:
6058

6159
- **`ViewUtil.getUIManagerType`**: As part of the removal of the legacy architecture, this API is now deprecated. You can inline `UIManagerType.Fabric` directly or remove the checks on the UIManagerType altogether.
6260
- **`AppRegistry`**: The second argument of `AppRegistry.setComponentProviderInstrumentationHook` is now deprecated and will warn if used.
@@ -129,7 +127,7 @@ We want to send a special thank you to those community members that shipped sign
129127

130128
:::info
131129

132-
0.86 is now the latest stable version of React Native and 0.83.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).
130+
0.86 is now the latest stable version of React Native and 0.83.x moves to unsupported. For more information see [React Native's support policy](/releases).
133131

134132
:::
135133

0 commit comments

Comments
 (0)