Skip to content

Releases: react/react-native

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.

0.60.3

Choose a tag to compare

@kelset kelset released this 18 Jul 23:35

This is a patch release that fixes the binary path to Hermes package, thanks to @zoontek for creating the PR!

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.2 - React Native with Hermes as opt-in for Android

Choose a tag to compare

@cpojer cpojer released this 11 Jul 16:26

This patch release includes the Hermes JavaScript Engine announced at Chain React Conf 2019: https://github.com/facebook/hermes

Check out the documentation to opt-in and give Hermes a try: https://facebook.github.io/react-native/docs/hermes

0.60.1

Choose a tag to compare

@kelset kelset released this 18 Jul 23:32

This is a patch release that includes the Hermes JavaScript Engine announced at Chain React Conf 2019.

Check out the documentation to opt-in and give Hermes a try!

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

Choose a tag to compare

@kelset kelset released this 03 Jul 13:11

0.60 stable is here 🎉

Check out the dedicated release blog post 📝

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

Highlights of changes:

  • AndroidX support (this will be a Breaking Change!)
  • Full removal of WebView & Geolocation, you now need to rely on the extracted versions
  • CocoaPods integration by default
  • Autolinking of packages

And much much more! The full list of changes can be found in the changelog.

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.