Skip to content

Commit c5719db

Browse files
committed
reduce page content
1 parent 9428916 commit c5719db

1 file changed

Lines changed: 0 additions & 27 deletions

File tree

docs/releases.md

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -3,31 +3,4 @@ id: releases
33
title: Releases
44
---
55

6-
import ReleasesTable from '@site/src/releases/ReleasesTable';
7-
86
New React Native releases are shipped **every two months**, usually resulting in six (6) new minors per year.
9-
10-
Below is the schedule and current status of recent and upcoming React Native releases:
11-
12-
<ReleasesTable />
13-
14-
The different support level presented in the table are defined as such:
15-
16-
- Future
17-
- After a new version branch gets cut, creating new Release Candidates to allow the community to test the upcoming version is very important. New RC releases are done at a high pace, as soon as viable.
18-
- Active
19-
- Stable releases in active support receive frequent updates. Latest stable has the highest priority, and at the start of its stable cycle (right after .0 is released) multiple patches will be done as soon as possible to stabilize the version and ensure a good upgrade experience to the community.
20-
- End of Cycle
21-
- A version in this support bracket will receive less patches, unless some important regressions need to be addressed. Once a next version becomes the new latest stable, before the version in EoC moves over into Unsupported one last patch released will be produced with the latest receive pick requests.
22-
- Unsupported
23-
- When a version is in the unsupported stage, no new released are to be expected. Only very important regressions might create exceptions to this rule; it is recommended that codebases using an unsupported version upgrade as soon as possible.
24-
25-
## Commitment to Stability
26-
27-
In order to support users upgrading React Native versions, we’re committed to maintain the **latest 3 minor series** (e.g. 0.78.x, 0.77.x and 0.76.x when 0.78 is the latest release).
28-
29-
For those releases we’ll be publishing regular updates and bug fixes.
30-
31-
You can read more about our support policy on [the react-native-releases working group](https://github.com/reactwg/react-native-releases/blob/main/docs/support.md).
32-
33-
More information on our versioning, and what we consider a breaking change is available in our [versioning policy](/contributing/versioning-policy) page.

0 commit comments

Comments
 (0)