React Native: v0.83.10 Release

Release date:
June 25, 2026
Previous version:
v0.83.9 (released April 27, 2026)
Magnitude:
526 Diff Delta
Contributors:
6 total committers
Data confidence:
Commits:

Top Contributors in v0.83.10

cipolleschi
huntie
j-piasecki
react-native-bot
javache
MarkCSmith

Directory Browser for v0.83.10

All files are compared to previous version, v0.83.9. Click here to browse diffs between other versions.

Loading File Browser...

Release Notes Published

v0.83.10

Added

iOS specific

  • Cache prebuilt iOS binaries in ~/Library/Caches/ReactNative so Hermes, ReactNativeDependencies and ReactNativeCore tarballs are reused across clean installs and projects instead of being re-downloaded from Maven (9a0b05b8d0 by @cipolleschi)

Fixed

  • Fixed Yoga node ownership when display: contents is used in absolutely positioned subtrees (f2f92098dd by @j-piasecki)
  • Fixed display: contents nodes having hasNewLayout set incorrectly (2546ce4d82 by @j-piasecki)
  • React Native DevTools: Fix a bug where we would incorrectly flag apps using additional Hermes runtimes (e.g. Reanimated) as being multi-host (c800503214 by @huntie)

Android specific

  • fetch() response URL is now correct after a redirect (fbe6a686e6 by @MarkCSmith)
  • Limit WebSocket queue size for the packager connection to prevent the Android inspector from being force-disconnected on large payloads (7164f96d58 by @huntie)

iOS specific

  • Make Podfile.lock SPEC CHECKSUMS deterministic across machines by sorting Dir.glob results in Yoga.podspec and using a dynamically computed Pods-relative path in hermes-engine.podspec (64c9663152 by @IsaacIsrael)
  • Fixes crash when changing the value of removeClippedSubviews (91e3f773b7 by @javache)

<!-- TODO Update these links for your release version --> Hermes dSYMS: - Debug - Release

Hermes V1 dSYMS: - Debug - Release

ReactNativeDependencies dSYMs: - Debug - Release

ReactNative Core dSYMs: - Debug - Release


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.