Skip to content

Releases: facebook/react-native

0.75.0-rc.3

02 Jul 12:10
Compare
Choose a tag to compare
0.75.0-rc.3 Pre-release
Pre-release

You can try it in a new project as follows:

npx react-native@next init RN075 --version next

Hermes dSYMS:


You can file issues or pick requests against this release here.


To help you upgrade to this version, you can use the Upgrade Helper ⚛️.


View the whole changelog in the CHANGELOG.md file.

0.74.3

01 Jul 19:18
Compare
Choose a tag to compare

Added

  • Add the ReactMarkerConstants.CONTENT_APPEARED support on Android in bridgeless mode. (3c4d7618f0 by @Kudo)

Changed

iOS specific

  • Support customizeRootView from RCTRootViewFactory (3c4d761 by @Kudo)

Fixed

  • Codegen computes output path relative to project root instead of current working directory. (d3e0430dea by @dmytrorykun)

Android specific

iOS specific

  • Fixed Multiline TextInput with a fixed height scrolls to the bottom when changing AttributedText (e210c7c5 by @fabOnReact)
  • Fixed border being drawn over children when no color was set (a2b52af3 by @j-piasecki)

Hermes dSYMS:


You can file issues or pick requests against this release here.


To help you upgrade to this version, you can use the Upgrade Helper ⚛️.


View the whole changelog in the CHANGELOG.md file.

0.75.0-rc.2

26 Jun 13:42
Compare
Choose a tag to compare
0.75.0-rc.2 Pre-release
Pre-release

You can try it in a new project as follows:

npx react-native@next init RN075 --version next

Hermes dSYMS:


You can file issues or pick requests against this release here


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.

Please note that React Native 0.75.0-rc.0 and 0.75.0-rc.1 were published to NPM but due to issues with @react-native-community/cli and @react-native-community/template we don't consider them stable, hence they're not listed on GitHub

0.72.15

12 Jun 15:07
Compare
Choose a tag to compare

Added

iOS specific

Fixed

iOS specific

  • Privacy Manifest aggregation failing due to no NSPrivacyAccessedAPITypes key. (fc4e099920 by @renchap)

You can file issues or pick requests against this release here


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

04 Jun 16:58
Compare
Choose a tag to compare

Changed

Fixed

Android specific

iOS specific

  • Privacy Manifest aggregation failing due to no NSPrivacyAccessedAPITypes key (fc4e099920 by @renchap)
  • In privacy manifest post install script, handle the case where the file reference doesn't have a path (4ad65ac59a by @robertying)
  • Fixed an issue where the selectionColor prop was not being applied on the TextInput component. (2bde626a9f by @robinshin)

Hermes dSYMS:


You can file issues or pick requests against this release here.


To help you upgrade to this version, you can use the Upgrade Helper ⚛️.


View the whole changelog in the CHANGELOG.md file.

0.74.1

03 May 16:26
Compare
Choose a tag to compare

Added

iOS Specific

Changed

Android specific

Fixed

Android Specific

iOS Specific


Hermes dSYMS:


You can file issues or pick requests against this release here.


To help you upgrade to this version, you can use the Upgrade Helper ⚛️.


View the whole changelog in the CHANGELOG.md file.

0.73.8

30 Apr 12:01
Compare
Choose a tag to compare

Added

iOS specific

  • Added privacy manifest to template (520d120375 by @philIip) (fixed to include the file in the build)

Changed

  • Update Hermes version (1d0cbfd01b by @Titozzz)
    • removed Apple's RR API that were unused. Hermes does not requires a PrivacyManifest now
    • fixed experimental debugger object logging

Fixed

iOS specific


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

30 Apr 12:31
Compare
Choose a tag to compare

Added

iOS specific

Changed

iOS specific

  • Bumped hermes to remove Apple's RR API that were unused. Hermes does not requires a PrivacyManifest now (ee14572 by @hurali97)

Fixed

iOS specific


You can file issues or pick requests against this release here


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

29 Apr 11:34
Compare
Choose a tag to compare

iOS

Added

Changed

  • Bumped hermes to remove Apple's RR API that were unused. Hermes does not requires a PrivacyManifest now. (d8d096d995 by @cipolleschi)

0.71 is now out of the support window. Please migrate to 0.74.


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

22 Apr 17:32
Compare
Choose a tag to compare

0.74 stable is out!

This release includes over 1673 commits from 57 contributors! Thank you to all our contributors new and old! See the highlights of the release in our release blog post.


To help you upgrade to this version, you can use the upgrade helper ⚛️


Hermes dSYMS:


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