react-native

A framework for building native applications using React

MIT License

Downloads
121.8M
Stars
115.5K
Committers
3.5K

Bot releases are hidden (Show)

react-native -

Published by grabbou almost 5 years ago

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.

react-native -

Published by grabbou almost 5 years ago

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.

react-native -

Published by grabbou about 5 years ago

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.

react-native -

Published by grabbou about 5 years ago

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.

react-native - 0.60.6

Published by kelset about 5 years ago

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.

react-native - 0.61.0

Published by grabbou about 5 years ago

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

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

react-native - 0.60.5

Published by kelset about 5 years ago

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.

react-native - 0.60.4

Published by kelset over 5 years ago

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

  • Generate correct source map if hermes not enabled (b1f81be by @HazAT)
  • Generate source maps outside of assets/ (60e75dc by @motiz88)

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.

react-native - 0.60.3

Published by kelset over 5 years ago

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.

react-native - 0.60.1

Published by kelset over 5 years ago

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.

react-native - 0.60.2 - React Native with Hermes as opt-in for Android

Published by cpojer over 5 years ago

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

react-native - 0.60.0

Published by kelset over 5 years ago

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.

react-native - 0.59.10

Published by kelset over 5 years ago

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.

react-native - 0.60.0 RC3

Published by kelset over 5 years ago

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.

react-native - 0.60.0 RC2

Published by kelset over 5 years ago

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.

react-native - 0.60.0 RC1

Published by kelset over 5 years ago

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.

react-native - 0.59.9

Published by kelset over 5 years ago

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.

react-native - v0.60.0 RC 0

Published by kelset over 5 years ago

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.

react-native -

Published by grabbou over 5 years ago

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)
react-native -

Published by grabbou over 5 years ago

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.

Package Rankings
Top 0.22% on Npmjs.org
Top 0.89% on Repo1.maven.org
Top 0.1% on Cocoapods.org
Top 10.68% on Bower.io
Related Projects