Releases: timomeh/react-native-material-bottom-navigation
Releases · timomeh/react-native-material-bottom-navigation
v1.0.2
Features
- Added new iPhone XR/XS Max screen width and height (#110, thanks to @davidmpr)
Misc
- Fixes test script to work with
np
and failing tests caused by JSDOM update
- Update contributing guide
v1.0.1
Bug fixes
- Fixes Typo in easing function (#109)
Documentation
- Fix a bunch of Typos in Documentations (thanks to @jayserdny)
Misc
- Remove package-lock since it's not necessary/recommended for libraries
v1.0.0
Complete rewrite of the whole Bottom Navigation. Provides more customizability, stability and follows React's design patterns. (#76)
Really really breaking changes
- No out-of-the-box support for React Navigation.
- Not at all compatible to v0.x.x
v0.9.0
Features
Bugfixes
- Fixes a bug where the icon animation wasn't correct (#74)
Misc