Overhaul releases docs, add branches page - #5189
Conversation
3a2f871 to
2bea217
Compare
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. |
Yup this should remain. It should land to the top level of this new section. |
Why was this not moved as well? |
@cortinico For now, just because IMO this sits better in the versioned regular docs — it's instructions about app bootstrap code specific to a given RN version. i.e. "How to opt into a feature (flags) level" rather than the other pages being "This is what and how RN release versions are" |
@Simek @cortinico Addressed by the |
@Simek Intentional/harmless. This Maybe continuity over consistency 😅, either would do. |
2bea217 to
68b4163
Compare
|
@Simek Changes addressed, thanks! Chunkier but better-fitting table 👍🏻
|
68b4163 to
1fe9442
Compare
Fix for Version page stretchingAdd in wrapperClassName="showcase-wrapper"change in .plugin-pages .main-wrapper {
// to
.showcase-wrapper.main-wrapper {It looks like Docusaurus threats the Version page as a custom one + we inject showcase styles on all pages 😅 Will look at this problem separately after the merge. |
Simek
left a comment
There was a problem hiding this comment.
With the version page stretch issue address LGTM form the web app perspective. 👌
1fe9442 to
9fbc510
Compare
9fbc510 to
38f3134
Compare


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