v0.84.0-rc.1
Breaking Changes📦 react-nativeView on GitHub →
⚠ 1 breaking🐛 2 fixes
Summary
This release defaults to Hermes V1 on iOS and resolves a configuration issue affecting pnpm users, alongside an Android asset URL fix.
⚠️ Breaking Changes
- iOS builds now default to using Hermes V1 engine. If you rely on specific features or behaviors of the previous default engine, you may need to adjust your configuration.
🐛 Bug Fixes
- Fixed an issue where `react-native config` command failed in pnpm package manager setups due to a missing dependency.
- Android: Handled the `unstable_path` query parameter correctly when processing asset URLs.