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.0-RC.2

Published by kelset over 1 year ago

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!

react-native - 0.68.7

Published by kelset over 1 year 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 release is primarily aimed at addressing issues with ANRs using multiline TextInput on Samsung devices (https://github.com/facebook/react-native/issues/35936, https://github.com/facebook/react-native/issues/35590).

Fixed

  • Use logical operator instead of bit operation in Yoga (c3ad8 by @cuva)

Android specific


You can find the whole changelog history in the changelog.md file.

react-native - 0.69.10

Published by kelset over 1 year ago

This release is primarily aimed at addressing issues with ANRs using multiline TextInput on Samsung devices (https://github.com/facebook/react-native/issues/35936, https://github.com/facebook/react-native/issues/35590).

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

Published by kelset over 1 year ago

This release is primarily aimed at addressing issues with ANRs using multiline TextInput on Samsung devices (https://github.com/facebook/react-native/issues/35936, https://github.com/facebook/react-native/issues/35590).

Changed

  • Update Hermes to hermes-2023-04-13-RNv0.70.8-c9b539bf3d7bfa4143ff1a5751886c7b2dd728a2 (7b1441730b), contains:
    • Remove register stack size override in hermes.cpp (03f2df)
    • Increase default max stack size (1b759f4)

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

Published by fortmarek over 1 year ago

This release is primarily aimed at addressing issues with ANRs using multiline TextInput on Samsung devices (https://github.com/facebook/react-native/issues/35936, https://github.com/facebook/react-native/issues/35590).

Fixed

iOS specific

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.72.0-RC.1

Published by fortmarek over 1 year ago

How To Test

Generate a new project with the standard command:

npx react-native@latest init RN0720RC1 --version 0.72.0-rc.1


  • 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.69.9

Published by kelset over 1 year ago

Changed

iOS 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.8

Published by kelset over 1 year ago

Changed

iOS 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.71.6

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

Published by kelset over 1 year ago

Changed

  • Bump CLI to 10.2.2 and Metro to 0.73.9 (4c3bc24893 by @kelset), contains:
    • CLI fix: correctly list ios devices and simulators (relevant PR)
    • Metro fix: fix watching contents of new directories in NodeWatcher (ab86982 by @robhogan)

Android specific

iOS specific

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.72.0-RC.0

Published by kelset over 1 year ago

How To Test

Generate a new project with the standard command:

npx react-native@latest init RN0720RC0 --version 0.72.0-rc.0


  • 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.4

Published by kelset over 1 year ago

Changed

  • Make FlatList permissive of ArrayLike data (c03de97fb4 by @NickGerleman)
  • Bumping RNGP to ^0.71.16 (3df4a79c3d by @kelset)
  • Update CLI to 10.2.0, Metro to 0.73.8 (20a6fbd373 by @robhogan) - contains:
    • fix: Source maps may have invalid entries when using Terser minification. (metro/#928)
    • fix: Mitigate potential source map mismatches with concurrent transformations due to terser#1341. (metro/#929)
  • Bump Hermes Version (291cc0af10) - contains:
    • use ConsecutiveStringStorage to dedup serialized literals (62d58e)
    • Remove register stack size override in hermes.cpp (6146eb)
    • fix: specify currency in locale identifier when formatting currency plural (21f15c)
    • Increase default max stack size (ee2588)
    • Refactor HBC test helper (31fdcf)

Android specific

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

Published by kelset over 1 year ago

Changed

Fixed

  • (codegen) Add missing C++ include for prop conversion of complex array type (92fc32aa by @rshest)

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

Published by kelset over 1 year ago

Added

Changed

  • Bump react-native-gradle-plugin to ^0.71.14 in core, @react-native-community/eslint-config to ^3.2.0 in starting template (785bc8d97b by @kelset)

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

Published by cipolleschi over 1 year ago

Fixes

Android Specific

iOS Specific

  • Fix the potential race condition when dismissing and presenting modal (279fb52e03 by @wood1986)

Added

Android


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

Published by kelset over 1 year 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 with a mitigation solution for the Android issue on Samsung devices.

Please let us know in the issue if this new version addresses the problem for you.


To help you upgrade to new versions, you can use the upgrade helper โš›๏ธ


You can find the whole changelog history in the changelog.md file.

react-native - 0.69.8

Published by kelset over 1 year ago

This version is a patch release with a mitigation solution for the Android issue on Samsung devices.

Please let us know in the issue if this new version addresses the problem for you.


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

Published by Titozzz over 1 year ago

Added

Android specific

iOS specific

Changed

Fixed

  • Fix(cli,metro,babel): bump cli and metro and babel to fix Windows+Metro issue (df7c92ff4c by @kelset)

Android specific

iOS specific

  • Exclude react-native-flipper when NO_FLIPPER=1 to prevent iOS build fail (f47b5b8b5d by @retyui)
  • Fix RCTAlertController not showing when using SceneDelegate on iOS 13.0+. (0c53420a7a)
  • Handle Null Exception to Validate input in RCTAlertController and in RCTDevLoadingView (79e603c5ab by @admirsaheta)
  • Fixed the potential race condition when dismissing and presentating modal (e948c79bda by @wood1986)
  • Fix build errors when inheriting RCTAppDelegate in Swift modules (5eb25d2186 by @Kudo)
  • OnSelectionChange() is fired before onChange() on multiline TextInput (64475aeb3b by @s77rt)
  • Build: remove deprecated File.exists() method from Hermes podspec. (38e5fa6a96 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.71.0

Published by kelset almost 2 years ago

0.71 stable is out!
This release includes over 1000 commits from 70+ contributors! Thank you to all our contributors new and old!

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


โš ๏ธ Git Bash users on Windows might experience "Unable to resolve" red boxes, because of an issue with Metro (silently fails without discovering any files). It will be fixed in 0.71.1 next week, in the meantime you can set resolver.useWatchman: false in metro.config.js.


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

Published by kelset almost 2 years ago

โš™๏ธ Technical Release

This release has no changes from RC5. We are only making it to ensure that after the CircleCI Security Incident, we have rotated all the necessary secrets correctly.

How To Test

Generate a new project with the standard command:

npx react-native init RN0710RC6 --version 0.71.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


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!

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