Skip to content

Releases: facebook/react-native

v0.75.0-rc.5

16 Jul 14:08
Compare
Choose a tag to compare
v0.75.0-rc.5 Pre-release
Pre-release

Breaking

Android specific

Added

Android specific

iOS specific

  • Libraries can now declare Swift Package Manager dependencies in their .podspec with ReactNativePodsUtils.spm_dependency (f903f34837 by @mfazekas)

Fixed

Android specific

  • If npx react-native-community/cli config fails or timeouts proper error is shown and built is aborted, instead of leaving and empty autolinking.json (3782511350 by @mfazekas)

iOS specific

  • Make sure to pass the RCTBridgeProxy to ViewManagers (d6c90cf7ed by @cipolleschi)
  • Implement shared atomic counters and replace static integers in RCTImageLoader and RCTNetworkTask that were accessed concurrently, which in some cases lead to data races. (ffc16fc18b by @hakonk)


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

09 Jul 19:38
Compare
Choose a tag to compare

Added

iOS specific

Changed

Fixed

iOS specific

  • Remove invalidate observer instead of re-adding observer in DeviceInfo module (9db3eb6 by @zhongwuzw)
  • Fix privacy aggregation (6983a8b by @aleqsio)
  • Privacy Manifest aggregation failing due to missing nil check (115331b by @swrobel)
  • In privacy manifest post install script, handle the case where the file reference doesn't have a path (86cb45e by @robertying)
  • Privacy Manifest aggregation failing due to no NSPrivacyAccessedAPITypes key (4bb94fe by @renchap)

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.

0.75.0-RC.4

08 Jul 17:48
Compare
Choose a tag to compare
0.75.0-RC.4 Pre-release
Pre-release

Fixed

Android specific

Changed

General



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