Releases: wix/react-native-navigation
Releases · wix/react-native-navigation
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
6.7.5
6.7.4
Enhancements:
- TopBar title and subtitle font size is measured in dp instead of sp #6294 by guyca
- Implement bottomTabs.hideOnScroll #6283 by guyca
- Fix updateProps creating new props object #6280 by jinshin1013
- Ignoring yarn.lock and removed Podfile.lock from the project. #6287 by jinshin1013
- Add NavigationFunctionComponent interface #6249 by elizabeth-dev