v0.86.0-rc.1
📦 react-nativeView on GitHub →
🐛 2 fixes🔧 3 symbols
Summary
This release focuses on bug fixes, specifically correcting image dimension retrieval on Android and improving build portability on iOS by adjusting PODFILE_DIR persistence.
Migration Steps
- Use the [Upgrade Helper](https://react-native-community.github.io/upgrade-helper/) to assist with upgrading to this version.
🐛 Bug Fixes
- Android: Image.getSize and Image.getSizeWithHeaders now return the true source dimensions instead of Fresco's downsampled values.
- iOS Build: PODFILE_DIR is now persisted as $(SRCROOT)-relative, improving project.pbxproj portability across machines.