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 - v0.64.3

Published by lunaleaps almost 3 years ago

0.64.3 is out with a pick of Android Appearance API support (e94f9fa7 by @mrbrentkelly)


If you have concerns or follow-up, please start or contribute to a relevant 0.64.3 discussion here


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


You can find the whole changelog history in the changelog.md file.

react-native - v0.66.2

Published by lunaleaps almost 3 years ago

0.66.2 is out with some fixes:

Fixed

  • Compare the LogBoxData ignorePatterns with the right code (a950634 by @wiseqingyang)
  • [iOS] Fix logbox window capturing touch events (72ea0e1 by @paddlefish)
  • Commit generated codegen files as a temporary workaround for devX issue with yarn install removing codegen assets. Proper fix coming in later. (5f7deb5 by @kelset)

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 in the changelog.md file.

react-native - 0.67.0-rc.2

Published by lunaleaps almost 3 years ago

⚠️ 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.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.2

We'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.

react-native - v0.67.0-rc.0

Published by kelset about 3 years ago

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

We'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.

react-native - v0.66.1

Published by lunaleaps about 3 years ago

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 setting window.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.

react-native - v0.66.0

Published by lunaleaps about 3 years ago

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.

react-native - v0.66.0-rc.4

Published by fkgozali about 3 years ago

⚠️ THIS IS A STABLE RELEASE CANDIDATE ⚠️

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

To upgrade your app to this version, see the React Native Upgrade Helper to double check necessary changes to upgrade. Reference: https://github.com/react-native-community/rn-diff-purge/commit/36fd41cb416ce98ed7680737deb4f06413ce8ab2


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.

react-native - v0.66.0-rc.3

Published by fkgozali about 3 years ago

⚠️ 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.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.3

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.

react-native - v0.66.0-rc.2

Published by lunaleaps about 3 years ago

⚠️ 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.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.2

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.

react-native - v0.66.0-rc.1

Published by lunaleaps about 3 years ago

⚠️ 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.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.1

We'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.

react-native - v0.66.0-rc.0

Published by lunaleaps about 3 years ago

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

We'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.

react-native - v0.65.1

Published by kelset about 3 years ago

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

Fixed

Android specific


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.

react-native - v0.65.0

Published by kelset about 3 years ago

0.65 stable is here 🎉

Thanks to everyone who contributed (over 1100 commits from 61 contributors!) and helped to get this together, we worked really hard and we hope you are as excited as we are 🤗

Some of the most important highlights of this version:

  • Hermes 0.8.1. Please see the highlighted changes from its 0.8.0 and 0.8.1 release notes.
  • react-native-codegen version 0.0.7 is now needed as a devDependency in the package.json.
  • JCenter has been sunsetted and read-only now. We have removed JCenter as a maven repository and updated dependencies to use MavenCentral and Jitpack.
  • Upgraded OkHttp from v3 to v4.9.1. See Upgrading to OkHttp 4 for more details on changes.
  • Upgraded to Flipper 0.93 to support Xcode 12.5. See Flipper changelog here.
  • Android Gradle Plugin 7 support.

Among many others - please refer to the blog post for more details.


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 ⚛️


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

react-native - v0.65.0-rc.4

Published by kelset about 3 years ago

⚠️ 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.65.0-rc.4 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 RN065RC4 --version 0.65.0-rc.4

We'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.

react-native - v0.65.0-rc.3

Published by kelset about 3 years ago

⚠️ 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.65.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 RN065RC3 --version 0.65.0-rc.3

We'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.

react-native - v0.65.0-rc.2

Published by kelset over 3 years ago

⚠️ 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.65.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 RN065RC2 --version 0.65.0-rc.2

We're working on the changelog and you can read the draft here.

Known Issues

  • iOS: Some reports of Folly dual symbols preventing ios from building successfully.

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.

react-native - v0.65.0-rc.1

Published by kelset over 3 years ago

⚠️ 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.65.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 RN065 --version 0.65.0-rc.1

We're working on the changelog and you can read the draft here.

Known Issues

  • Android: Highly likely to crash on startup; investigation is on-going.

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.

react-native - v0.65.0-rc.0

Published by tido64 over 3 years ago

⚠️ 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.65.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 RN065 --version 0.65.0-rc.0

We're working on the changelog and you can read the draft here.

Known Issues

  • Android: Highly likely to crash on startup with missing libfbjni.so (and possibly other .so files); investigation is on-going.
  • iOS: Issue on M1 with nvm; fix is ready and will be picked in the next RC.

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.

react-native - v0.64.2

Published by kelset over 3 years ago

Hello everyone - here's the new 0.64.2 patch release with some really good fixes that were asked by the community:

Changed

Fixed

Android specific


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.

react-native - v0.64.1

Published by kelset over 3 years ago

This patch release is specifically targetted towards fixing iOS build problems in Xcode 12.5. If it doesn't help, please refer to this issue.

Aside from bumping your version from 0.64.0 to 0.64.1, please check your podfile.lock and make sure that Flipper is on 0.75 or higher, and Flipper-Folly is 2.5.3 or higher; if not, add this line to your podfile (or modify it if you already had it):

use_flipper!('Flipper' => '0.75.1', 'Flipper-Folly' => '2.5.3', 'Flipper-RSocket' => '1.3.1')

After which, do all the classic necessary cleans (node_modules, caches, pod folders, etc)(react-native-clean-project is your ally) then do yarn install and a pod install --repo-update (if pod install fails on an error about a Flipper package, just remove the relevant lines from the podfile.lock and run the pod install again).

The only other commit picked & released along the Xcode 12.5 fixes is:

  • Update validateBaseUrl to use latest regex (commit) which fixes CVE-2020-1920, GHSL-2020-293.

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.

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