v0.86.2
📦 react-nativeView on GitHub →
🐛 3 fixes🔧 3 symbols
Summary
React Native 0.86.2 includes fixes for layout issues and Android runtime behavior, along with an update to Hermes V1. This release addresses an issue that prevented the publication of 0.86.1.
Migration Steps
- Use the [Upgrade Helper](https://react-native-community.github.io/upgrade-helper/) to assist with upgrading to this version.
🐛 Bug Fixes
- Fixed `display: contents` nodes having `hasNewLayout` set incorrectly.
- Android Runtime: Use explicit `ReactInstanceManager.mHasStartedDestroyingLock` instead of `ReactInstanceManager.mHasStartedDestroying`.
- Android Runtime: Avoid synchronizing on `java.lang.Boolean`.