Skip to content

Releases: react/react-native

v0.62.0-rc.0

v0.62.0-rc.0 Pre-release
Pre-release

Choose a tag to compare

@kelset kelset released this 18 Dec 17:28

THIS IS A RELEASE CANDIDATE: this means it's not stable yet, so proceed with care.

Please only upgrade or create new apps with 0.62.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 RN062 --version 0.62.0-rc.0

This release will be quite massive (there are around 1200 commits of delta between this version and 0.61!) so we don't have the changelog ready yet - it will be fully ready for when we will publish 0.62.0.

You can participate in the conversation on the RC status this issue for updates, and you can post there your bug reports and cherry-pick suggestions.


You can find the whole changelog history over at react-native-releases.

v0.61.5

Choose a tag to compare

@grabbou grabbou released this 23 Nov 14:52

This release fixes a few minor issues that were reported by the community. You can view the complete changelog here.

You can participate in the conversation for the next patch release in the dedicated issue.


To help you upgrade to this version, you can use the new upgrade helper webtool ⚛️


You can find the whole changelog history over at react-native-releases.

v0.61.4

Choose a tag to compare

@grabbou grabbou released this 04 Nov 19:44

This release fixes a few minor issues that were reported by the community. You can view the complete changelog here.

You can participate in the conversation for the next patch release in the dedicated issue.


To help you upgrade to this version, you can use the new upgrade helper webtool ⚛️


You can find the whole changelog history over at react-native-releases.

v0.61.3

Choose a tag to compare

@grabbou grabbou released this 29 Oct 19:59

This release fixes few minor issues that were reported by the community. You can view the complete changelog here.

You can participate in the conversation for the next patch release in the dedicated issue.


To help you upgrade to this version, you can use the new upgrade helper webtool ⚛️


You can find the whole changelog history over at react-native-releases.

v0.61.2

Choose a tag to compare

@grabbou grabbou released this 02 Oct 19:34

This release fixes shadow issues that were happening on Android as well as improves StatusBar API to better support iOS 13 dark mode.

Unfortunately, it re-introduces an issue with ripple effect not respecting borderRadius. Consider using the workaround provided in the linked issue while we are working on a better solution.

You can participate in the conversation for the next patch release in the dedicated issue.


To help you upgrade to this version, you can use the new upgrade helper webtool ⚛️


You can find the whole changelog history over at react-native-releases.

v0.61.1

Choose a tag to compare

@grabbou grabbou released this 25 Sep 09:44

This release fixes issues with react-native-gesture-handler.

You can participate in the conversation for the next patch release in the dedicated issue.


To help you upgrade to this version, you can use the new upgrade helper webtool ⚛️


You can find the whole changelog history over at react-native-releases.

0.61.0

Choose a tag to compare

@grabbou grabbou released this 27 Aug 14:24

0.61 stable is here 🎉

Thanks to everyone who contributed and helped to get this together, everyone worked really hard and we hope you are as excited as we are 🤗

Some of the major changes that this version brings:

  • Whole new hot reloading experience, called "Fast refresh". It is turned on by default and can be accessed under the developer menu. Expect more details about this feature in the upcoming blog post.

  • React version has been updated to 16.9 - 0ccedf3

  • Better CocoaPods support with use_frameworks!

Please refer to this issue for updates on the status of this release candidate - also, you can post here the link to the issues you have reported for this version so that they can be surfaced easily.


You can also test upgrading to this version using the upgrade helper webtool ⚛️


You can find the whole changelog history over at react-native-releases.

0.60.6

Choose a tag to compare

@kelset kelset released this 24 Sep 17:09

This is a small patch release with a commit to fix the build break in MSVC (thanks @acoates!) to help the users of react-native-windows.

You can participate to the conversation for the next patch release in the dedicated issue.


To help you upgrading to this version, you can use the new upgrade helper webtool ⚛️


You can find the whole changelog history over at react-native-releases.

0.60.5

Choose a tag to compare

@kelset kelset released this 13 Aug 18:04

This is a patch release that consist of a few commits requested in the dedicated conversation to improve the quality of the 0.60 release. Thanks to everyone who contributed!

Added

Android specific

  • Add showSoftInputOnFocus to TextInput (b476ca0)

Changed

Fixed

  • Ensure right version of Metro bundler (0.54.1) is used (1bb197a by @kelset)

Android specific

iOS specific

You can participate to the conversation for the next patch release in the dedicated issue.


To help you upgrading to this version, you can use the new upgrade helper webtool ⚛️


You can find the whole changelog history over at react-native-releases.

0.60.4

Choose a tag to compare

@kelset kelset released this 18 Jul 23:36

This is a patch release that contains two more Hermes related fixes, thanks to the contributors for helping improving the support!

You can participate to the conversation for the next patch release in the dedicated issue.


To help you upgrading to this version, you can use the new upgrade helper webtool ⚛️


You can find the whole changelog history over at react-native-releases.