Releases: react/react-native
Release list
0.67.0-rc.2
Please only upgrade or create new apps with 0.67.0-rc.2 if you'd like to help us test this before the stable release - which would be super useful 🤗
To test it, run:
npx react-native init RN067RC2 --version 0.67.0-rc.2We're working on the changelog and you can read the draft here.
You can participate in the conversation on the RC status this discussion for updates.
You can find the whole changelog history in the changelog.md file.
v0.67.0-rc.0
Please only upgrade or create new apps with 0.67.0-rc.0 if you'd like to help us test this before the stable release - which would be super useful 🤗
To test it, run:
npx react-native init RN067RC0 --version 0.67.0-rc.0We're working on the changelog and you can read the draft here.
You can participate in the conversation on the RC status this discussion for updates.
You can find the whole changelog history in the changelog.md file.
v0.66.1
0.66.1 is out with some fixes:
Fixed
- Fix for unable to find find-node.sh in react-native-xcode.sh (cc59a7c by @garethknowles)
- For Android, general fixes to Appearance API and also fixes
AppCompatDelegate.setDefaultNightMode(). For iOS, now works correctly when settingwindow.overrideUserInterfaceStyle(25a2c60 by @mrbrentkelly) - Fix Android border positioning regression (d1a33cd by @oblador)
You can participate in the conversation on the status of this release at this discussion.
To help you upgrade to this version, you can use the upgrade helper ⚛️
You can find the whole changelog history over at react-native-releases.
v0.66.0
0.66 stable is out!
This release includes 621 commits with 92 contributors! Thank you to all our contributors new and old! You can find the full changelog here.
- See the highlights of the release in our release blog post.
- You can participate in the conversation on the status of this release at this issue.
- You can upgrade to this version using the upgrade helper webtool ⚛️
v0.66.0-rc.4
We are treating v0.66.0-rc.4 as the stable release candidate for v0.66.0. Please upgrade to or create new apps with it, if you'd like to help us test this hopefully final candidate!
To test it by creating a new app, run:
npx react-native init RN066RC4 --version 0.66.0-rc.4To upgrade your app to this version, see the React Native Upgrade Helper to double check necessary changes to upgrade. Reference: react-native-community/rn-diff-purge@36fd41c
We're working on the changelog and you can read the draft here.
We are tracking the status in this this issue. For any issues you find, please create a Release Blocking issue here. Thank you!
You can find the whole changelog history over at react-native-releases.
v0.66.0-rc.3
Please only upgrade or create new apps with 0.66.0-rc.3 if you'd like to help us test this before the stable release - which would be super useful 🤗
To test it, run:
npx react-native init RN066RC3 --version 0.66.0-rc.3We're working on the changelog and you can read the draft here.
We are tracking the status in this this issue. For any issues you find, please create a Release Blocking issue here. Thank you!
You can find the whole changelog history over at react-native-releases.
v0.66.0-rc.2
Please only upgrade or create new apps with 0.66.0-rc.2 if you'd like to help us test this before the stable release - which would be super useful 🤗
To test it, run:
npx react-native init RN066RC2 --version 0.66.0-rc.2We're working on the changelog and you can read the draft here.
We are tracking the status in this this issue. For any issues you find, please create a Release Blocking issue here. Thank you!
You can find the whole changelog history over at react-native-releases.
v0.66.0-rc.1
Please only upgrade or create new apps with 0.66.0-rc.1 if you'd like to help us test this before the stable release - which would be super useful 🤗
To test it, run:
npx react-native init RN066RC1 --version 0.66.0-rc.1We're working on the changelog and you can read the draft here.
You can participate in the conversation on the RC status this issue for updates, where you can post your bug reports and cherry-pick suggestions.
You can find the whole changelog history over at react-native-releases.
v0.66.0-rc.0
Please only upgrade or create new apps with 0.66.0-rc.0 if you'd like to help us test this before the stable release - which would be super useful 🤗
To test it, run:
npx react-native init RN066RC0 --version 0.66.0-rc.0We're working on the changelog and you can read the draft here.
You can participate in the conversation on the RC status this issue for updates, where you can post your bug reports and cherry-pick suggestions.
TODO:
You can find the whole changelog history over at react-native-releases.
v0.65.1
Hello everyone 👋 0.65.1 is out and addresses a couple of compatibility issues (with M1, with latest Android Studio), bumps react-test-renderer to the correct version in the template and fixes a colorProps issue for Android.
Changed
- Set
react-test-rendererto17.0.2in the template (d272880 by @@rickhanlonii)
Fixed
- Resolve NODE_BINARY after finding the right path to node (d75683 by @santiagofm)
Android specific
- ColorProps with value null should be defaultColor instead of transparent (842bcb902e by @hank121314)
- Android Gradle Plugin 7 compatibility (06e31c748f by @dulmandakh)
You can participate in the conversation on the status of this release at this issue.
To help you upgrade to this version, you can use the upgrade helper ⚛️
You can find the whole changelog history over at react-native-releases.