Skip to content

Releases: react/react-native

0.72.0-RC.6

13 Jun 21:39

Choose a tag to compare

0.72.0-RC.6 Pre-release
Pre-release

⭐️ Golden Release Candidate ⭐️

This RC contains:

Help us ensure that 0.72.0 will be as stable as possible by testing this version! Let us know how it went by posting a comment in the working group discussion - and please specify which 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!

How To Test

You can generate a new project with the standard command:

npx react-native@latest init RN0720RC6 --version 0.72.0-rc.6


  • 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

0.70.10

08 Jun 16:58

Choose a tag to compare

Fixed

Android specific

iOS specific

  • USE_HERMES envvar check fixed in react-native-xcode.sh. (61106ac680) by @kidroca)
  • USE_HERMES envvar check fixed in react-native-xcode.sh. Now source maps are generated by default. (8ad63714) by @dmytrorykun)
  • USE_HERMES envvar check fixed in react-native-xcode.sh. (4108b3) by @dmytrorykun)
  • When source maps are enabled, clean up temporary files from the build directory. Reduces bundle size by at least 1MB. (bad3949) by @dmytrorykun)
  • Make 0.70 compatible with Xcode 15 (thanks to @AlexanderEggers for the commit in main) (c5e549e694)

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

08 Jun 18:07

Choose a tag to compare

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

07 Jun 19:51

Choose a tag to compare

Fixed

Android 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.71.9

07 Jun 19:51

Choose a tag to compare

Fixed


You can participate in the conversation on the status of the next 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.72.0-RC.5

01 Jun 13:44

Choose a tag to compare

0.72.0-RC.5 Pre-release
Pre-release

⭐️ Golden Release Candidate ⭐️

This RC is a quick follow-up to yesterday's RC4 that only includes a bump of @react-native/gradle-plugin to fix an Android build issue.

Help us ensure that 0.72.0 will be as stable as possible by testing this version! Let us know how it went by posting a comment in the working group discussion - and please specify which 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!

How To Test

You can generate a new project with the standard command:

npx react-native@latest init RN0720RC5 --version 0.72.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

0.72.0-RC.4

31 May 09:17

Choose a tag to compare

0.72.0-RC.4 Pre-release
Pre-release

⭐️ Golden Release Candidate ⭐️

We received some high-priority feedback for 0.72.0-RC.3. To fix the issues, we are releasing a new RC patch which we consider a golden one. The fixes include, among other things, performance fixes for Hermes on old architecture (7211ef1, 133ccdc) or VirtualizedList improvements (#37258)

Help us ensure that 0.72.0 will be as stable as possible by testing this version! Let us know how it went by posting a comment in the working group discussion - and please specify which 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!

How To Test

You can generate a new project with the standard command:

npx react-native@latest init RN0720RC4 --version 0.72.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

0.72.0-RC.3

11 May 16:21

Choose a tag to compare

0.72.0-RC.3 Pre-release
Pre-release

⭐️ Golden Release Candidate ⭐️

Given the feedback we received so far and that we've ticked off all the items in our checklist, we are considering this release as the "Golden Candidate" for 0.72: we think it's very close to ready and unless some new problems surface, we will publish 0.72.0 a couple of weeks from now. Helps us ensure that 0.72.0 will be as stable as possible by testing this version!

Let us know how it went by posting a comment in the working group discussion - and 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!

How To Test

You can generate a new project with the standard command:

npx react-native@latest init RN0720RC3 --version 0.72.0-rc.3


  • 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

0.71.8

10 May 14:16

Choose a tag to compare

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.

0.72.0-RC.2

04 May 13:52

Choose a tag to compare

0.72.0-RC.2 Pre-release
Pre-release

How To Test

Generate a new project with the standard command:

npx react-native@latest init RN0720RC2 --version 0.72.0-rc.2


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