v0.80.3
📦 react-nativeView on GitHub →
🐛 12 fixes🔧 4 symbols
Summary
This is the final release for the out-of-support 0.80 series, containing various bug fixes across Android and iOS platforms, including improvements to Codegen, Accessibility, and UI components.
Migration Steps
- Use the Upgrade Helper to assist with upgrading to this version: https://react-native-community.github.io/upgrade-helper/
🐛 Bug Fixes
- Fixed missing dependencies in Codegen.
- Stabilized custom accessibility action IDs for TalkBack on Android.
- Fixed a race condition with codegen libraries missing sources on Android.
- Made accessors inside HeadlessJsTaskService open again on Android.
- Fixed legacy architecture Android freeze on metro refresh.
- Fixed request permission not always resolving on Android 16.
- Updated font scale on Android when recreating RootView.
- Fixed cp command to work with gnu coreutils during Prebuild on iOS.
- Fixed RefreshControl recycling on iOS.
- Fixed RefreshControl not refreshing on initial mount on iOS.
- Fixed RCTDeviceInfo crash when application.delegate.window is nil on iOS.
- Fixed setting maxLength to 0 in TextInput still allowing typing on iOS.