React Native versions
Open source React Native releases follow a monthly release train that is coordinated on GitHub through the react-native-releases
repository. At the beginning of each month, a new release candidate is created off the main
branch of facebook/react-native
. The release candidate will soak for a month to allow contributors like yourself to verify the changes and to identify any issues by writing clear, actionable bug reports. Eventually, the release candidate will be promoted to stable.
Next version (Unreleased)
To see what changes are coming and provide better feedback to React Native contributors, use the latest release candidate when possible. Changes introduced in a release candidate will have been shipped to production Facebook apps for over two weeks by the time the release candidate is cut.
Master | Documentation | Commits since 0.66 |
---|
Latest version
The most recent stable version will be used automatically whenever a new project is created using the npx react-native init
command.
0.66 | Documentation | Changelog |
---|
Previous versions
0.65 | Documentation | Changelog |
---|---|---|
0.64 | Documentation | Changelog |
0.63 | Documentation | Changelog |
0.62 | Documentation | Changelog |
0.61 | Documentation | Changelog |
0.60 | Documentation | Changelog |
Archived versions
The documentation for versions below 0.60
can be found on the separate website called React Native Archive.