Releases: wix/react-native-navigation
Releases · wix/react-native-navigation
6.12.0
Added
iOS
- Enable PlatformColor / DynamicColorIOS for iOS #57519ca by danilobuerger
Fixed
Android
- Fix white screen when back was pressed during show modal animation #58f72f8 by guyca
- Fix issue where right buttons which were added with mergeOptions were not unmounted #3c5e8e4 by guyca
- Resole popToRoot promise successfully even when it's called while there's nothing to pop #ec2b0a0 by guyca
- Resize title component when buttons are added to TopBar #a66e8e9 by guyca
iOS
- Fix bug where screen became unresponsive if user tried to interact with elements during momentum scroll #cb74af5 by yogevbd
- Fix category warnings for RNNInterpolationOptions #a13698b by danilobuerger
7.0.0-turboModules.1
No changelog for this release.
7.0.0-alpha.1
7.0.0-alpha.1
6.11.0
Added
- Update NavigationComponent typings - include passProps in static options generate #813c1a2 by guyca
- Include componentId in props passed to static options generator #c4f8eb2 by guyca
iOS
Fixed
iOS
- Fixed case where options were not merged correctly under certain conditions #c9e5309 by yogevbd
- Fix toggling StatusBar visibility with mergeOptions #36e0e81 by yogevbd
Android
6.10.1
6.10.0
6.9.1
6.9.0
Enhancements:
- Adding pre-commit hook and Enable Linter in documentation #6347 by jinshin1013
- Initial Typescript for Playground app #6325 by jinshin1013
Bug fixes:
6.8.0
Enhancements:
- Upgrade React Native 0.62.2 #6323 by jinshin1013
Bug fixes:
- Parse icon only if it is defined #6333 by guyca
- Fix crash when currentTabIndex is defined #6334 by guyca
- Fix bottomTabs long press event #6327 by yogevbd
- Fix SearchBar false render #6317 by jinshin1013
- Fix registerBottomTabSelectedListener unselected value #6326 by yogevbd
- Fix bottomTabs visibility when there is no stack #6324 by yogevbd