v0.83.10
0.83.10
Release Notes
v0.83.10
Added
iOS specific
- Cache prebuilt iOS binaries in
~/Library/Caches/ReactNativeso 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: contentsis used in absolutely positioned subtrees (f2f92098dd by @j-piasecki) - Fixed
display: contentsnodes havinghasNewLayoutset 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)
Hermes dSYMS:
Hermes V1 dSYMS:
ReactNativeDependencies dSYMs:
ReactNative Core 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.