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

Published by fortmarek about 1 year ago

Added

Android specific

  • Native part of fixing ANR when having an inverted FlatList on android API 33+ (6d206a3f54 by @hannojg)
  • For targeting SDK 34 - Added RECEIVER_EXPORTED/RECEIVER_NOT_EXPORTED flag support in DevSupportManagerBase (177d97d8ea by @apuruni)

Changed

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.

react-native - 0.70.13

Published by fortmarek about 1 year ago

Fixed


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

Published by kelset over 1 year ago

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

Published by kelset over 1 year ago

Changed

Android specific

iOS specific

Fixed

  • global.performance in undefined when starting metro from Expo CLI (0ccbd65581 by @Kudo)
  • Re-enabled debugging for debug builds (41477c898c by Matt Blagden)
  • Add global hook to assert that base Metro config is called (29f2602ff9 by @huntie)

Android specific

iOS specific

  • Fix build error when there are multiple EXTRA_COMPILER_ARGS (28f4ebab8a by @fergusean)
  • Build failure with pnpm and use_frameworks! due to incorrect header paths (58adc5e4b9 by evelant)
  • Fix onChangeText not firing when clearing the value of TextInput with multiline=true on iOS (0c9c57a9f7 by @kkoudev)
  • Fix pod install for libraries using Swift code when the new architecture is enabled (a4a0655496 by @louiszawadzki)

⚠️ we are aware of an issue with building iOS apps with Xcode 14.2, please refer to this issue for more details and updates.


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

Published by kelset over 1 year ago

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

Published by cipolleschi over 1 year ago

Changed

iOS specific

  • [0.69] Use Content-Location header in bundle response as JS source URL (#37501) (367fc7ad52 by @robhogan)

Fixed

Android specific

  • Prevent crash in runAnimationStep on OnePlus and Oppo devices (#37487) (4db7a10e25 by @hsource)

0.69.12 is the latest patch the Release Crew will prepare for version 0.69. You can have a look at the latest 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.12

Published by kelset over 1 year ago

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.

react-native - 0.70.11

Published by cipolleschi over 1 year ago

Changed


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

Published by kelset over 1 year ago

Added

iOS specific

Changed

  • react-native/metro-config now includes all base config values from metro-config (bbcedd385b by @huntie)
  • Bump CLI to 11.3.3 (da84901f78 by @kelset)
  • Bumped @react-native/metro-config to 0.72.7, @react-native/gradle-plugin to 0.72.11, @react-native/virtualized-lists to 0.72.6 (95db9f98f2 by @kelset)

Fixed

  • react-native/virtualized-lists does not need react-test-renderer at runtime (7a2a3278d0 by @tido64)

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.

react-native - 0.72.0

Published by kelset over 1 year ago

🎉 0.72 stable is out 🎉

This release includes over 1100 commits from 70+ contributors! Thank you to all our contributors new and old!

See the highlights of the release in our release blog post.


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

Published by kelset over 1 year ago

Changed

iOS specific

Fixed

Android specific

  • Fixed crash occurring in certain native views when handling keyboard events. (f7e35d4ef7 by @aleqsio)
  • Prevent crash on OnePlus/Oppo devices in runAnimationStep (f2c05142 by @hsource)
  • Revert "fix: border width top/bottom not matching the border radius" to fix border styling issues (fd8a19d by @kelset)

iOS specific

  • Make 0.71 compatible with Xcode 15 (thanks to @AlexanderEggers for the commit in main) (5bd1a4256e 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.72.0-RC.6

Published by cipolleschi over 1 year ago

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

react-native - 0.69.11

Published by kelset over 1 year ago

Fixed

iOS specific

  • Make 0.69 compatible with Xcode 15 (thanks to @AlexanderEggers for the commit in main) (37e8df1cdc)

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

Published by kelset over 1 year ago

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.

react-native - 0.71.10

Published by kelset over 1 year ago

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.

react-native - 0.71.9

Published by kelset over 1 year ago

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.

react-native - 0.72.0-RC.5

Published by fortmarek over 1 year ago

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

react-native - 0.72.0-RC.4

Published by fortmarek over 1 year ago

⭐️ 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 (https://github.com/facebook/react-native/commit/7211ef19624304b6a4d5219a8e0a2c67651b8b33, https://github.com/facebook/react-native/commit/133ccdcc67a7d19ffa5130949893c2792e3ad9fb) or VirtualizedList improvements (https://github.com/facebook/react-native/pull/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

react-native - 0.72.0-RC.3

Published by kelset over 1 year ago

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

react-native - 0.71.8

Published by kelset over 1 year ago

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.

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