v0.84.1
📦 react-nativeView on GitHub →
🐛 3 fixes🔧 2 symbols
Summary
This release focuses on bug fixes primarily related to Android builds, specifically improving Hermes V1 configuration handling in monorepos and resolving symbol fallback issues.
🐛 Bug Fixes
- Fixed included-build `gradle.properties` resolution for monorepos by reading from parent Gradle start parameters (`projectDir`/`currentDir`) before falling back to `../../android/gradle.properties`, ensuring `hermesV1Enabled` is inherited correctly.
- Provided symbol fallbacks for `inspector-modern/chrome/Registration.h` when HermesV1 is disabled.
- Fixed an issue where `ReactPlugin.kt` was always setting `hermesV1Enabled` to `true`.