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

Published by kelset over 3 years ago

This patch release is specifically targetted towards Xcode 12.5. The changes done are tailored to unblock developers still relying on v0.62 of RN.

Aside from bumping your version from 0.62.2 to 0.62.3, please make sure to 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.

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 -

Published by grabbou over 3 years ago

0.64 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 most important highlights of this version:

  • Hermes opt-in on iOS
  • Inline Requires enabled by default
  • React 17

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 βš›οΈ
And if you are having trouble, please refer to the new Upgrade Support repository by our awesome community.


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

react-native - 0.64.0-rc.4

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.64.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 RN064 --version 0.64.0-rc.4

We're working on the changelog right now and will update this release as soon as the draft is ready. Meanwhile, you may want to look at the most important changes that we have decided to highlight:


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

Published by kelset almost 4 years ago

This release fixes a series of issues reported by the community over the last few months: you can find the full 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 βš›οΈ


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

react-native -

Published by grabbou almost 4 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.64.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 RN064 --version 0.64.0-rc.3

We're working on the changelog right now and will update this release as soon as the draft is ready. Meanwhile, you may want to look at the most important changes that we have decided to highlight:


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

Published by kelset about 4 years ago

This release fixes a series of issues reported by the community over the last few months: you can find the full changelog here.

While in this patch release there's already a commit towards focusing compatibility with Xcode 12, if you are having troubles please refer to this issue https://github.com/facebook/react-native/issues/29984 and the workaround described there.

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 βš›οΈ


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

react-native -

Published by grabbou about 4 years ago

This release fixes a few minor issues that were reported by the community. While we're working on changelog, you can view the list of commits 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 βš›οΈ


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

react-native -

Published by grabbou over 4 years ago

This release fixes a few minor issues that were reported by the community. While we're working on changelog, you can view the list of commits 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 βš›οΈ


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

react-native -

Published by grabbou over 4 years ago

0.63 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:

  • LogBox turned on by default
  • <Pressable /> component
  • APIs for using system-defined colors (PlatformColor, DynamicColorIOS)

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 βš›οΈ
And if you are having trouble, please refer to the new Upgrade Support repository by our awesome community.


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

react-native -

Published by grabbou over 4 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.63.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 RN063 --version 0.63.0-rc.1

We're working on the changelog right now and will update this release as soon as the draft is ready. Meanwhile, you may want to look at the most important changes that we have decided to highlight:


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

Published by alloy over 4 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 βš›οΈ


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

react-native - v0.62.1

Published by alloy over 4 years ago

This release fixes a YellowBox regression in v0.62.0 where the Flipper network inspector causes YellowBox to crash the app due to using base64 images.

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 βš›οΈ


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

react-native - v0.62.0

Published by alloy over 4 years ago

0.62.0

0.62 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:

  • Flipper support
  • a new LogBox experience
  • better dark mode support

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


This release comes in the midst of a global pandemic. We’re releasing this version today to respect the work of hundreds of contributors who made this release possible and to prevent the release from falling too far behind master. You can participate in the conversation on the status of this release at this issue, but please be mindful of the reduced capacity of contributors to help with issues and prepare to delay upgrading if necessary.


You can upgrade to this version using the upgrade helper webtool βš›οΈ
And if you are having troubles, please refer to the new Upgrade Support repository by our awesome community.


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

react-native - v0.62.0-rc.5

Published by alloy over 4 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.62.0-rc.5 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.5

This version introduces the new LogBox experience behind a feature flag. To try it out, add the following to your index.js file:

require('react-native').unstable_enableLogBox()

This version also introduces Flipper integration and support for a new version of Hermes (0.4.0). For details and to report issues, see this issue.


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 (draft PR) - 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, 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.62.0-rc.4

Published by alloy over 4 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.62.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 RN062 --version 0.62.0-rc.4

This version introduces the new LogBox experience behind a feature flag. To try it out, add the following to your index.js file:

require('react-native').unstable_enableLogBox()

This version also introduces Flipper integration and support for a new version of Hermes (0.4.0). For details and to report issues, see this issue.


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 (draft PR) - 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, 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.62.0-rc.3

Published by alloy over 4 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.62.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 RN062 --version 0.62.0-rc.3

RC3 introduces the new LogBox experience behind a feature flag. To try it out, add the following to your index.js file:

require('react-native').unstable_enableLogBox()

RC3 also introduces Flipper integration and support for a new version of Hermes (0.4.0). For details and to report issues, see this issue.


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 (draft PR) - 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, 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.62.0-rc.2

Published by alloy over 4 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.62.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 RN062 --version 0.62.0-rc.2

RC2 introduces the new LogBox experience behind a feature flag. To try it out, add the following to your index.js file:

require('react-native').unstable_enableLogBox()

RC2 also introduces Flipper integration. For details and to report issues, see this issue.


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 (draft PR) - 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, 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.62.0-rc.1

Published by kelset over 4 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.62.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 RN062 --version 0.62.0-rc.1

This RC1 introduces the new LogBox experience behind a feature flag: to try it out, add in the index.js file:

require('react-native').unstable_enableLogBox()

We are also aware of some Android and Hermes related issues, keep an eye on the RC status issue to know more - they are still being investigated but will likely be fixed in the next RC.


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 (draft PR) - 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, 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 -

Published by kelset almost 5 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.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.

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.

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