Skip to content

Commit de25f59

Browse files
committed
Fix duplicate Highlights anchor in 0.86 release post
The pre-truncate teaser "### Highlights" and the "## Highlights" section heading both slug to "highlights", so Docusaurus generated two table-of-contents entries (#highlights and #highlights-1). Drop the redundant "## Highlights" section wrapper and promote its three subsections to top-level headings, matching the structure of the 0.84 release post. The sidebar now shows a single Highlights entry followed by the highlight topics.
1 parent 1195c64 commit de25f59

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,13 @@ Following 0.83, this is the second React Native release with no user-facing brea
2121

2222
{/* truncate */}
2323

24-
## Highlights
25-
26-
### A New Home for React Native
24+
## A New Home for React Native
2725

2826
The React Native repository, together with React, Metro, Yoga and the React Native Website, has moved from the `facebook` GitHub organization to the `react` organization. This move reflects the transition of React and React Native to the [React Foundation](https://react.foundation/), an independent foundation dedicated to the long-term stewardship of the React ecosystem.
2927

3028
GitHub will automatically redirect all existing URLs, issues and PRs to the new location, so no action is required on your part.
3129

32-
### Edge-to-Edge on Android
30+
## Edge-to-Edge on Android
3331

3432
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.
3533

@@ -41,7 +39,7 @@ Key fixes include:
4139
- **`StatusBar`** now supports updating status bar style and visibility while a Modal is open.
4240
- **Navigation bar** contrast respects the theme's `enforceNavigationBarContrast` attribute.
4341

44-
### React Native DevTools Improvements
42+
## React Native DevTools Improvements
4543

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

0 commit comments

Comments
 (0)