Skip to content

Releases: timomeh/react-native-material-bottom-navigation

v0.3.0

26 Feb 23:34
v0.3.0
Compare
Choose a tag to compare

New Features

v0.2.2

26 Feb 01:40
v0.2.2
Compare
Choose a tag to compare

… aka v0.2.1 aka v"sorry-i-was-being-stupid"

General

This is basically the same as v0.2.1, but I forgot to bump the version number, because it's too late. Sorry. 🙈

v0.2.1

26 Feb 01:30
v0.2.1
Compare
Choose a tag to compare

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

v0.2.0

25 Feb 18:33
v0.2.0
Compare
Choose a tag to compare

New Features

  • Component updates when activeTab prop changes
  • Throw warning for using more than 5 Tabs, with option to turn it off

v0.1.0

24 Feb 00:45
v0.1.0
Compare
Choose a tag to compare

Initial public release