React Native Versions

React Native follows a monthly release train. Every month, a new branch created off master enters the Release Candidate phase, and the previous Release Candidate branch is released and considered stable.

Current Version (Stable)

currentDocumentation

This is the version that is configured automatically when you run react-native init. We highly recommend using the current version of React Native when starting a new project.

If you have an existing project that uses React Native, read the release notes to learn about new features and fixes. You can follow our guide to upgrade your app to the latest version.

Pre-release Versions

masterDocumentation
0.42-RCDocumentationRelease Notes
0.41-RCDocumentationRelease Notes
0.40-RCDocumentationRelease Notes
0.39-RCDocumentationRelease Notes
0.38-RCDocumentationRelease Notes
0.37-RCDocumentationRelease Notes
0.36-RCDocumentationRelease Notes
0.35-RCDocumentationRelease Notes
0.34-RCDocumentationRelease Notes
0.33-RCDocumentationRelease Notes
0.32-RCDocumentationRelease Notes
0.31-RCDocumentationRelease Notes
0.30-RCDocumentationRelease Notes
0.29-RCDocumentationRelease Notes
0.28-RCDocumentationRelease Notes
0.27-RCDocumentationRelease Notes
0.26-RCDocumentationRelease Notes
0.25-RCDocumentationRelease Notes
0.24-RCDocumentationRelease Notes
0.23-RCDocumentationRelease Notes
0.22-RCDocumentationRelease Notes
0.21-RCDocumentationRelease Notes
0.20-RCDocumentationRelease Notes
0.19-RCDocumentationRelease Notes
0.18-RCDocumentationRelease Notes

For those who live on the bleeding edge. Only recommended if you're actively contributing code to React Native, or if you need to verify how your application behaves in an upcoming release.

Past Versions

You can find past versions of React Native on GitHub. The release notes can be useful if you would like to learn when a specific feature or fix was released.

You can also view the docs for a particular version of React Native by clicking on the Docs link next to the release in this page. You can come back to this page and switch the version of the docs you're reading at any time by clicking on the version number at the top of the page.