v0.83.5
📦 react-nativeView on GitHub →
🐛 3 fixes🔧 2 symbols
Summary
This release focuses on fixing several platform-specific bugs, including issues with appearance state, Android networking with File URIs, and a Hermes crash on iOS related to TurboModule exceptions.
Migration Steps
- Bump the 'fmt' dependency to 12.1.0 to resolve compatibility issues with Xcode 26.4 (iOS specific).
🐛 Bug Fixes
- Fixed color scheme persistence in appearance state after setting it to unspecified.
- Fixed an issue on Android where File:// URIs passed to fetch() or XMLHttpRequest would fail.
- Fixed a Hermes crash on iOS when an async void TurboModule method throws an NSException by ensuring it is re-thrown correctly instead of converting to JSError on the wrong thread.