Skip to content

Releases: react/react-native

0.67.5

06 Nov 21:03

Choose a tag to compare

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

0.66.5

06 Nov 22:48

Choose a tag to compare

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

0.65.3

06 Nov 23:24

Choose a tag to compare

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

0.71.0-RC.0

04 Nov 17:06

Choose a tag to compare

0.71.0-RC.0 Pre-release
Pre-release

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!

0.70.4

25 Oct 16:05

Choose a tag to compare

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.

0.70.3

12 Oct 14:35

Choose a tag to compare

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.

0.68.4

10 Oct 13:50

Choose a tag to compare

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

0.70.2

04 Oct 10:50

Choose a tag to compare

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.

0.69.6

27 Sep 12:18

Choose a tag to compare

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

0.70.1

15 Sep 16:42

Choose a tag to compare

Added

Changed

Fixed

Android specific

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.