Skip to content

Releases: facebook/react-native

0.77.0-RC.3

17 Dec 11:28
Compare
Choose a tag to compare
0.77.0-RC.3 Pre-release
Pre-release

Changed

Android specific

Fixed

Android specific

iOS specific

  • Enable hermes debugger by configuration type instead of configuration name (eda4f185b3 by @benhandanyan)
  • Workaround for Mac Catalyst TextInput crash due to serialization attempt of WeakEventEmitter (e04738b7ec by @rozele)

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.77.0-rc.2

10 Dec 01:32
Compare
Choose a tag to compare
0.77.0-rc.2 Pre-release
Pre-release

v0.77.0-rc.2

Changed

  • Reverts #47503. (Callbacks passed to animation.start(<callback>) will be scheduled for execution in a microtask. Previously, there were certain scenarios in which the callback could be synchronously executed by start.) (8793b7d89b by @yungsters)

Fixed

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

10 Dec 00:14
Compare
Choose a tag to compare

v0.76.5

Fixed

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

09 Dec 10:34
Compare
Choose a tag to compare

v0.76.4

Added

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

v0.77.0-rc.1

04 Dec 11:36
Compare
Choose a tag to compare
v0.77.0-rc.1 Pre-release
Pre-release

v0.77.0-rc.1

Fixed

  • Replace Object.hasOwn usages to fix Animated on JSC (e996b3f346 by @robhogan)
  • Remove non compliant filename* attribute in a FormData content-disposition header (f791fb9e66 by @foyarash)
  • Fix "punycode is deprecated" warning by replacing node-fetch with native fetch (881d8a720f by @jbroma)

Android 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.77.0-rc.0

26 Nov 15:19
Compare
Choose a tag to compare
0.77.0-rc.0 Pre-release
Pre-release

Breaking

Android specific

Read more

0.76.3

21 Nov 22:57
Compare
Choose a tag to compare

Fixed

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

14 Nov 20:27
Compare
Choose a tag to compare

Added

Changed

iOS specific

Fixed

Android specific

iOS specific

  • Codegen Properly stop generating component registration for components defined in app. (97a4234b6e by @cipolleschi)
  • infra Give apps access to Yoga headers (e851e73c18 by @cipolleschi)
  • TextInput Fix missing emitter attributes on iOS TextInput when controlled component value specified using value instead of children (52cdedb40e by @NickGerleman)
  • TextInput Fix cursor moving in iOS controlled single line TextInput on Autocorrection (New Arch) (36fd5533f6 by @NickGerleman)

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

12 Nov 17:40
Compare
Choose a tag to compare

0.73 is now out of the support window. Please migrate to 0.76.


Fixed

Android specific

  • Suppress path adjustment when not actually drawing a border (c9cf6d4b60 by @tjzel)

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


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

0.76.1

29 Oct 15:14
Compare
Choose a tag to compare

Fixed

Android specific

  • runtime Made AppRegistry callable from Native code in Bridgeless (fixes headless tasks) (f3fee67c54 by @robik)
  • runtime Add jsBundleFile to DefaultReactNativeHost.kt (e56bd89ef)

iOS specific

  • infra Pin Xcodeproj to < 1.26.0 (e8776240b41)
  • runtime Fixes regression of RCTWindowFrameDidChangeNotification not fired (e271b23fad by @zhongwuzw)
  • runtime Fixed bug where background colors would sometimes animate when changing on Views (1d6ac09530 by @joevilches)
  • codegen Do not generate the ComponentCls function in the RCTThirdPartyFabricComponentsProvider for components deined in the app. (dc7e9e2d83 by @cipolleschi)
  • infra Generated NODE_BINARY in .xcode.env.local now supports paths with a space (eeaa3ff458 by @blakef)

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.