React Native: v0.83.10 Release
Release date:
June 25, 2026
Magnitude:
526
Diff Delta
Contributors:
6 total committers
5 Features Released with v0.83.10
Browse Other Releases
Latest Pending
Unreleased π
v0.84.0-rc.4
Released February 2, 2026
61 Ξ
v0.84.0-rc.3
Released January 26, 2026
19 Ξ
v0.84.0-rc.2
Released January 19, 2026
19 Ξ
v0.84.0-rc.1
Released February 3, 2026
217 Ξ
v0.84.0-rc.0
Released January 7, 2026
723 Ξ
v0.83.10
Released June 25, 2026
526 Ξ
v0.83.9
Released April 27, 2026
30 Ξ
v0.83.8
Released April 24, 2026
21 Ξ
v0.83.7
Released April 28, 2026
21 Ξ
v0.83.6
Released April 16, 2026
76 Ξ
Top Contributors in v0.83.10
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.