Overhaul releases docs, add branches page#5189
Open
huntie wants to merge 3 commits into
Open
Conversation
huntie
force-pushed
the
overhaul-releases-pages
branch
from
July 25, 2026 17:54
3a2f871 to
2bea217
Compare
Collaborator
Just FYI, the page was also available as top level link: https://reactnative.dev/releases which is broken after the changes. We should update it or remove it. |
Collaborator
Simek
reviewed
Jul 26, 2026
|
|
||
| ## Platform Versions | ||
|
|
||
| <div className="table-scroll"> |
Collaborator
There was a problem hiding this comment.
Scrollable table even at full width seems a bit meh, maybe we can add <br/> in the last column between inline code block version and chrome version text?
Also the .table-scroll wrapper seems to cause some issues. Currently the tables become automatic scrollable when content does not fit, i.e. on mobile.
Simek
reviewed
Jul 26, 2026
|
|
||
| <div className="table-scroll"> | ||
|
|
||
| | Branch | React<a href="https://github.com/facebook/react"><IconExternalLink /></a> | Hermes<a href="https://github.com/facebook/hermes"><IconExternalLink /></a> | Hermes V1<a href="https://github.com/facebook/hermes"><IconExternalLink /></a> | Yoga<a href="https://github.com/facebook/yoga"><IconExternalLink /></a> | React Native DevTools frontend<a href="https://github.com/react/react-native-devtools-frontend"><IconExternalLink /></a> | |
Collaborator
There was a problem hiding this comment.
Nit, all those external links should have target="blank".
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Note
Stacked PR: Depends on #5186, #5187, #5188.
Summary
A new, stronger home for Releases information on reactnative.dev.
The versioning/release pages had become somewhat hidden under Docs > Guides and an expandable side nav section. The refreshed Releases Overview page now presents essential info in a single view, accessible from a top-level Releases nav item.
For framework/library maintainers, we've had no central source for what each release branch contains. The new Branches page introduces an initial table of platform components by branch, inspired by Chromium Dash.
Revise all content. Generally, the Releases Overview page retains everything a first-timer would need to understand. Cut out/relocate passive information such as number of intended releases/philosophy.
Deliberate choices
Other changes
_redirectsentries mapping the old/docs/releases/*URLs to the new locations, and fix two stale versioning-policy redirects.Test Plan
Screen.Recording.2026-07-25.at.18.11.49.mov
/versionswithin our new hierachy