Skip to content

Releases: react/react-native

0.60.0

03 Jul 13:11

Choose a tag to compare

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.

0.59.10

02 Jul 11:15

Choose a tag to compare

This is likely the last patch release for version 59 of React Native for the foreseeable future: it contains an important Android side update for the JavaScript Core, to prevent a great number of crashes mostly related to Samsung devices - thanks to @Kudo for his work on fixing this!

Thanks everyone who participated in the discussion.

And we hope you are getting ready for 0.60.0, as it's coming soon and it will be packed with exciting new features and improvements 🚀


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

0.60.0 RC3

28 Jun 10:10

Choose a tag to compare

0.60.0 RC3 Pre-release
Pre-release

THIS IS A RELEASE CANDIDATE: this means it's not stable yet.

Please only upgrade to 0.60 if you'd like to help us test this before the stable release - which would be super useful 🤗

To test it, run:

react-native init RN060 --version react-native@next

Some of the major changes that this version will bring:

  • AndroidX support (this will be a Breaking Change!) (if you are a library maintainer, please have a look at this issue on how to proceed for AndroidX support)
  • Full removal of WebView & Geolocation, you now need to rely on the extracted versions
  • CocoaPods integration by default
  • Auto-linking of packages as beta support (we will tell you more about this in the future!)
  • some important fixes, like - for iOS - fix of universal links in iOS 12 / Xcode 10

(once we reach stable we will create the full changelog, these are only a few highlights)

You can refer to this issue for updates on the RC status, and you can post there your bug reports.

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

0.60.0 RC2

20 Jun 11:01

Choose a tag to compare

0.60.0 RC2 Pre-release
Pre-release

THIS IS A RELEASE CANDIDATE: this means it's not stable yet.

Please only upgrade to 0.60 if you'd like to help us test this before the stable release - which would be super useful 🤗

To test it, run:

react-native init RN060 --version react-native@next

Some of the major changes that this version will bring:

  • AndroidX support (this will be a Breaking Change!) (if you are a library maintainer, please have a look at this issue on how to proceed for AndroidX support)
  • Full removal of WebView & Geolocation, you now need to rely on the extracted versions
  • CocoaPods integration by default
  • Auto-linking of packages as beta support (we will tell you more about this in the future!)
  • some important fixes, like - for iOS - fix of universal links in iOS 12 / Xcode 10

(once we reach stable we will create the full changelog, these are only a few highlights)

You can refer to this issue for updates on the RC status, and you can post there your bug reports.

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

0.60.0 RC1

10 Jun 11:36

Choose a tag to compare

0.60.0 RC1 Pre-release
Pre-release

THIS IS A RELEASE CANDIDATE: this means it's not stable yet.

Please only upgrade to 0.60 if you'd like to help us test this before the stable release - which would be super useful 🤗

To test it, run:

react-native init RN060 --version react-native@next

Some of the major changes that this version will bring:

  • AndroidX support (this will be a Breaking Change!) (if you are a library maintainer, please have a look at this issue on how to proceed for AndroidX support)
  • Full removal of WebView & Geolocation, you now need to rely on the extracted versions
  • CocoaPods integration by default
  • Auto-linking of packages as beta support (we will tell you more about this in the future!)
  • some important fixes, like - for iOS - fix of universal links in iOS 12 / Xcode 10

(once we reach stable we will create the full changelog, these are only a few highlights)

You can refer to this issue for updates on the RC status, and you can post there your bug reports.

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

0.59.9

05 Jun 16:56

Choose a tag to compare

This is a patch fix release addressing a couple ScrollView regressions, and "future-proof" RN 59 from crashes caused by upgrading Gradle (now can support up to 5.4.1 & 3.4.0 for the plugin) and Xcode 11 Beta 1. You can upgrade to this version without upgrading your tooling.

Thanks everyone who contributed code or participated in the discussion for cherry-picking commits. You can participate to the conversation for the next patch release in the dedicated issue.

Changed

  • If isInteraction is not specified in the config, it would always default to true which would block interactions like VirtualizedList updates. This is generally not what you want with useNativeDriver since the animation won't be interrupted by JS. If something does end up interfering with an animation and causes frame drops, isInteraction can be set manually. (ded7119 by @sahrens)

  • Update detox to match master (c6a5c09 by @kelset)

Android specific

Fixed

Android specific

iOS specific


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

v0.60.0 RC 0

30 May 15:40

Choose a tag to compare

v0.60.0 RC 0 Pre-release
Pre-release

THIS IS A RELEASE CANDIDATE: this means it's not stable yet.

Please only upgrade to 0.60 if you'd like to help us test this before the stable release - which would be super useful 🤗

To test it, run:

react-native init RN060 --version react-native@next

Some of the major changes that this version will bring:

  • 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
  • Auto-linking of packages as beta support (we will tell you more about this in the future!)
  • some important fixes, like - for iOS - fix of universal links in iOS 12 / Xcode 10

(once we reach stable we will create the full changelog, these are only a few highlights)

You can refer to this issue for updates on the RC status, and you can post there your bug reports.

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

v0.59.8

08 May 17:16

Choose a tag to compare

This is a patch fix release addressing regressions, crashes, and a few developer-experience pain points (in particular, check the KeyboardAvoidingView change). Thanks everyone who contributed code or participated in the discussion for cherry-picking commits.

Fixed

iOS specific

  • Fix incorrect opacity behaviour for Text component (f71357 by @shergin)
  • Fix Text shadow displays when textShadowOffset is {0,0} (17a81b by @Woodpav)
  • Add convert compatible of NSString for bridge message data (c37e9c by @zhongwuzw)
  • Fix nullability warnings in RCTExceptionsManager (2b7d79 by @jtreanor)
  • Fix app to reconnect with metro after the bundler is closed and reopened (c28676 by @rickhanlonii)
  • Fix throttle below 16ms on ScrollView (39776a by @sahrens)

Android specific

Added

Changed

  • Make KeyboardAvoidingView with behavior="height" resize on keyboard close (7140a7 by @WaldoJeffers)
  • Update network inspector to have smarter scroll stickiness (57dc37 by @AlanFoster)

v0.59.5

17 Apr 21:54

Choose a tag to compare

This is a patch fix release addressing regressions, crashes, and a few developer-experience pain points. Thanks everyone who contributed code or participated in the discussion for cherry-picking commits.

Fixed

Android specific

  • Enforced thread safety on UIImplementation methods that mutate the shadowNodeRegistry (f5a318 by @SudoPlz)
  • Fixed a NoSuchKeyException when parsing JS stack frames without line numbers (d7bd6c by @Salakar)
  • Fixed mostRecentEventCount is not updated (b8aac0 by @jainkuniya

iOS specific

  • Pass back correct dimensions for application window in Dimensions (72b4cc by @rdonnelly)
  • Fixed warning: "RCTImagePickerManager requires main queue setup" (effb02 by @scarlac)

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

v0.59.4

08 Apr 21:53

Choose a tag to compare

This is a patch fix release addressing regressions, crashes, and a few developer-experience pain points. Thanks everyone who contributed code or participated in the discussion for cherry-picking commits. You can participate to the conversation for the next patch release in the dedicated issue.

Changed

iOS specific

  • Add scrollToOverflowEnabled prop to ScrollView - e3ac329

Fixed

  • Fixed touchable long-press - 05723ed

Android specific

  • Prevent a crash when setting underlineColorAndroid - d6bca97

iOS specific

  • Fix universal links not working in iOS 12 / Xcode 10 - 836a8e0
  • Fix triangle views - 0167cf2

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