Releases: timomeh/react-native-material-bottom-navigation
Releases · timomeh/react-native-material-bottom-navigation
v0.3.0
New Features
- Added a Component which can be used with react-navigation. (#3)
Check out the docs for details on how to implement this.
v0.2.2
v0.2.1
Enhancements
- A Tab will respond more quickly to TouchEvents. This is because we delegate the call to
measureLayout
to a non-critical time, respectively after the Tab became active. (#2) - The time-difference between the Ripple-Animation and the movement of the Tab seemed to be to long, because I didn't thought of the delay which comes with the easeIn. Now it looks better. (#7)
- Ripple Animations will be on the correct place when the orientation changes. (#5)
Other
- Fixed some flow issues
- Cleaned code