Skip to main content

发布版本概览

新的 React Native 版本每两个月发布一次,通常每年会有六 (6) 个新的次要版本。

¥New React Native releases are shipped every two months, usually resulting in six (6) new minors per year.

以下是近期和即将发布的 React Native 版本的时间表和当前状态:

¥Below is the schedule and current status of recent and upcoming React Native releases:

VersionBranch-cut DateRelease DateSupportBlogpost
0.83.x2025-11-032025-12-08Future
0.82.x2025-09-012025-10-06ActiveDetails
0.81.x2025-07-102025-08-12ActiveDetails
0.80.x2025-05-072025-06-12End of CycleDetails
0.79.x2025-03-042025-04-08UnsupportedDetails
0.78.x2025-01-152025-02-19UnsupportedDetails
0.77.x2024-11-262025-01-21UnsupportedDetails

表中显示的不同支持级别定义如下:

¥The different support level presented in the table are defined as such:

  • 未来

    ¥Future

    • 新版本分支发布后,创建新的候选版本以便社区测试即将发布的版本非常重要。新的 RC 版本会尽快发布。

      ¥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.

  • 有效

    ¥Active

    • 处于积极支持状态的稳定版本会收到频繁更新。最新稳定版本优先级最高,在其稳定周期开始时(.0 发布后),将尽快进行多个补丁以稳定版本并确保社区获得良好的升级体验。

      ¥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.

  • 周期结束

    ¥End of Cycle

    • 除非需要解决某些重要的回归问题,否则此支持范围内的版本将收到较少的补丁。一旦下一个版本成为最新的稳定版本,在 EoC 版本转为“不支持”版本之前,将发布最后一个补丁,其中包含最新的接收选择请求。

      ¥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.

  • 不支持

    ¥Unsupported

    • 当版本处于不受支持阶段时,预计不会有新版本发布。只有非常重要的回归测试才可能导致此规则出现例外;建议使用不受支持版本的代码库尽快升级。

      ¥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.

稳定性承诺

¥Commitment to Stability

为了支持用户升级 React Native 版本,我们致力于维护最新的 3 个次要版本系列(例如,0.78.x、0.77.x 和 0.76.x,其中 0.78 是最新版本)。

¥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).

对于这些版本,我们将定期发布更新和错误修复。

¥For those releases we’ll be publishing regular updates and bug fixes.

你可以在 react-native-releases 工作组 中阅读更多关于我们的支持政策。

¥You can read more about our support policy on the react-native-releases working group.

更多关于我们的版本控制以及我们认为的重大变更的信息,请参阅我们的 版本控制策略 页面。

¥More information on our versioning, and what we consider a breaking change is available in our versioning policy page.