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 - 0.71.0-RC.5

Published by cipolleschi almost 2 years ago

Golden Release Candidate

This is our last release of 2022: we are considering this the golden RC for 0.71, so we'll give it a few weeks to be tested before 0.71.0 in early Jan.

How To Test

Generate a new project with the standard command:

npx react-native init RN0710RC5 --version 0.71.0-rc.5


  • You can participate in the conversation on the status of this release in the working group.

  • To help you upgrade to this version, you can use the upgrade helper โš›๏ธ

  • See changes from this release in the changelog PR


Help us testing ๐Ÿงช

Let us know how it went by posting a comment in the working group discussion! Please specify with system you tried it on (ex. macos, windows).

Bonus points: It would be even better if you could swap things around: instead of using a fresh new app, use a more complex one - or use a different library that is already leveraging the new architecture!

react-native - 0.71.0-RC.4

Published by cipolleschi almost 2 years ago

How To Test

Generate a new project with the standard command:

npx react-native init RN0710RC4 --version 0.71.0-rc.4


  • You can participate in the conversation on the status of this release in the working group.

  • To help you upgrade to this version, you can use the upgrade helper โš›๏ธ

  • See changes from this release in the changelog PR


Help us testing ๐Ÿงช

Let us know how it went by posting a comment in the working group discussion! Please specify with system you tried it on (ex. macos, windows).

Bonus points: It would be even better if you could swap things around: instead of using a fresh new app, use a more complex one - or use a different library that is already leveraging the new architecture!

react-native - 0.71.0-RC.3

Published by kelset almost 2 years ago

How To Test

Generate a new project with the standard command:

npx react-native init RN0710RC3 --version 0.71.0-rc.3

Info

  • You can participate in the conversation on the status of this release in the working group.

  • To help you upgrade to this version, you can use the upgrade helper โš›๏ธ

  • See changes from this release in the changelog PR

Help us testing ๐Ÿงช

Let us know how it went by posting a comment in the working group discussion! Please specify with system you tried it on (ex. macos, windows).

Bonus points: It would be even better if you could swap things around: instead of using a fresh new app, use a more complex one - or use a different library that is already leveraging the new architecture!

react-native - 0.71.0-RC.2

Published by kelset almost 2 years ago

How To Test

Generate a new project with the standard command:

npx react-native init RN0710RC2 --version 0.71.0-rc.2

Info

  • You can participate in the conversation on the status of this release in the working group.

  • To help you upgrade to this version, you can use the upgrade helper โš›๏ธ

  • See changes from this release in the changelog PR

Help us testing ๐Ÿงช

Let us know how it went by posting a comment in the working group discussion! Please specify with system you tried it on (ex. macos, windows).

Bonus points: It would be even better if you could swap things around: instead of using a fresh new app, use a more complex one - or use a different library that is already leveraging the new architecture!

react-native - 0.71.0-RC.1

Published by kelset almost 2 years ago

How To Test

Generate a new project with the standard command:

npx react-native init RN0710RC1 --version 0.71.0-rc.1

โš ๏ธ we are aware of issues building iOS with RC1, we are already looking into that, and we'll publish an RC2 with that fix asap โš ๏ธ

Workaround for building iOS

While we address the problem with iOS, you can get a successful iOS build by opening your Xcode project (RN0710RC1.xcworkspace), navigating to RN0710RC1's Build Phases, and removing the last phase [RN]Copy Hermes Framework by clicking on the bin icon and confirming.
Note that you will have to re-remove this build phase if you run pod install again.

Info

  • You can participate in the conversation on the status of this release in the working group.

  • To help you upgrade to this version, you can use the upgrade helper โš›๏ธ

  • See changes from this release in the changelog PR

Help us testing ๐Ÿงช

Let us know how it went by posting a comment in the working group discussion! Please specify with system you tried it on (ex. macos, windows).

Bonus points: It would be even better if you could swap things around: instead of using a fresh new app, use a more complex one - or use a different library that is already leveraging the new architecture!

react-native - 0.70.6

Published by cipolleschi almost 2 years ago

Fixed

  • Fixed regression: @jest/create-cache-key-function dependency was inadvertedly bumped to 29.x. We are bringing it back to 27.0.1. (fb0e88beb9 by @kelset)

Changed

iOS specific


You can participate in the conversation on the status of this release in 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.63.5

Published by kelset almost 2 years ago

๐Ÿšจ IMPORTANT: This is an exceptional release on an unsupported version. We recommend you upgrade to one of the supported versions, listed here.

Hotfix

This version is a patch release addressing the Android build issue that has been ongoing since Nov 4th 2022. If you are on 0.63.x, update to this version to fix it.

If you are on an older version of React Native, refer to this issue for details and the workaround you can apply in your project.

react-native - 0.64.4

Published by kelset almost 2 years ago

๐Ÿšจ IMPORTANT: This is an exceptional release on an unsupported version. We recommend you upgrade to one of the supported versions, listed here.

Hotfix

This version is a patch release addressing the Android build issue that has been ongoing since Nov 4th 2022. If you are on 0.64.x, update to this version to fix it.

If you are on an older version of React Native, refer to this issue for details and the workaround you can apply in your project.

react-native - 0.65.3

Published by kelset almost 2 years ago

๐Ÿšจ IMPORTANT: This is an exceptional release on an unsupported version. We recommend you upgrade to one of the supported versions, listed here.

Hotfix

This version is a patch release addressing the Android build issue that has been ongoing since Nov 4th 2022. If you are on 0.65.x, update to this version to fix it.

If you are on an older version of React Native, refer to this issue for details and the workaround you can apply in your project.

react-native - 0.66.5

Published by kelset almost 2 years ago

๐Ÿšจ IMPORTANT: This is an exceptional release on an unsupported version. We recommend you upgrade to one of the supported versions, listed here.

Hotfix

This version is a patch release addressing the Android build issue that has been ongoing since Nov 4th 2022. If you are on 0.66.x, update to this version to fix it.

If you are on an older version of React Native, refer to this issue for details and the workaround you can apply in your project.

react-native - 0.69.7

Published by kelset almost 2 years ago

Hotfix

This version is a patch release addressing the Android build issue that has been ongoing since Nov 4th 2022. If you are on 0.69.x, update to this version to fix it.

If you are on an older version of React Native, refer to this issue for details and the workaround you can apply in your project.


You can participate in the conversation on the status of this release in 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.70.5

Published by kelset almost 2 years ago

Hotfix

This version is a patch release addressing the Android build issue that has been ongoing since Nov 4th 2022. If you are on 0.70.x, update to this version to fix it.

If you are on an older version of React Native, refer to this issue for details and the workaround you can apply in your project.


You can participate in the conversation on the status of this release in 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.5

Published by kelset almost 2 years ago

๐Ÿšจ IMPORTANT: This is an exceptional release on an unsupported version. We recommend you upgrade to one of the supported versions, listed here.

Hotfix

This version is a patch release addressing the Android build issue that has been ongoing since Nov 4th 2022. If you are on 0.67.x, update to this version to fix it.

If you are on an older version of React Native, refer to this issue for details and the workaround you can apply in your project.

react-native - 0.68.5

Published by kelset almost 2 years ago

Hotfix

This version is a patch release addressing the Android build issue that has been ongoing since Nov 4th 2022. If you are on 0.68.x, update to this version to fix it.

If you are on an older version of React Native, refer to this issue for details and the workaround you can apply in your project.


You can participate in the conversation on the status of this release in 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.71.0-RC.0

Published by cipolleschi almost 2 years ago

How To Test

Generate a new project with the standard command:

npx react-native init RN0710RC0 --version 0.71.0-rc.0

To run iOS, use the usual command: yarn ios from the RN0710RC0 folder; for Android, read below:

Building Android successfully

After the outage on the 4th of November, we managed to have the artifacts removed from Maven Central.
This means that the above way to test the RC is not working anymore.
The proper way to test v0.71.0-RC0 will be:

  1. Manually download the maven-local.zip archive (you can also find the link in this release).
  2. Unzip the maven-local.zip on a folder on your disk.
  3. Add the REACT_NATIVE_MAVEN_LOCAL_REPO=<path_to_the_maven-local_unzipped_folder> setting to the android/gradle.properties file
  4. Run the usual command: yarn android

Info

  • You can participate in the conversation on the status of this release in the working group.

  • To help you upgrade to this version, you can use the upgrade helper โš›๏ธ

  • See changes from this release in the changelog PR

Help us testing ๐Ÿงช

Let us know how it went by posting a comment in the working group discussion! Please specify with system you tried it on (ex. macos, windows).

Bonus points: It would be even better if you could swap things around: instead of using a fresh new app, use a more complex one - or use a different library that is already leveraging the new architecture!

react-native - 0.70.4

Published by dmytrorykun almost 2 years ago

Changed

Fixed

iOS specific


You can participate in the conversation on the status of this release in 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.70.3

Published by kelset about 2 years ago

Fixed

  • Stop styles from being reset when detaching Animated.Values in old renderer (2f58e52006 by @javache)
  • Revert "Fix TextInput dropping text when used as uncontrolled component with defaultValue" to fix TextInputs not being settable to undefined programmatically (e2645a5) by Garrett Forbes Monroe

Android specific

iOS specific

  • Add xcode 14 workaround (turn off signing resource bundles) for React-Core (967de03f30 by @kelset)

You can participate in the conversation on the status of this release in 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.68.4

Published by Titozzz about 2 years ago

Changed

Android specific

Fixed

iOS specific


You can participate in the conversation on the status of this release in 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.70.2

Published by kelset about 2 years ago

Added

iOS specific

Changed

Fixed

Android specific

  • Fix port as -1 if dev server without specifying port on Android (3d7e1380b4 by @Kudo)

You can participate in the conversation on the status of this release in 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.69.6

Published by Titozzz about 2 years ago

Changed

  • Bump version of promise from 8.0.3 to 8.2.0, enabling Promise.allSettled (951538c080 by @retyui)

Fixed

Android specific

iOS specific

  • Fix the way the orientation events are published, to avoid false publish on orientation change when app changes state to inactive (7d42106d4c by @lbaldy)
  • Fix React module build error with swift integration on new architecture mode (3afef3c167 by @Kudo)

You can participate in the conversation on the status of this release in 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

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