Skip to content

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

v0.7.0

15 Dec 20:01
v0.7.0
Compare
Choose a tag to compare

Bugfixes

  • Now compatible with react-navigation v1.0.0-beta.20+ (Fixes #61)

v0.6.1

05 Nov 15:49
v0.6.1
Compare
Choose a tag to compare

Improvements

  • Run ripple animation on Tab when using Tab.onPress or tabBarOnPress (see #58 (comment))

v0.6.0

04 Nov 17:35
v0.6.0
Compare
Choose a tag to compare

Features

  • Add support for react-navigation's tabBarOnPress (See #58)
  • Add Tab.onPress prop

v0.5.3

31 Oct 15:30
v0.5.3
Compare
Choose a tag to compare

Bugfixes

  • Fixes an issue where fast tab changes caused an infinite loop (see #32 and #55)

v0.5.2

13 Sep 17:55
v0.5.2
Compare
Choose a tag to compare

Bugfixes

  • Fixes an app crash when the component was unmounted after tab press (see #42)

Misc

  • Fixes typos in examples

v0.5.1

15 May 18:51
v0.5.1
Compare
Choose a tag to compare

Bugfixes

  • Fixed flickering of pressRipple in react-navigation (see #27)
  • The flickering was caused by an update-loop when calling setState() in onTabChange (see #28). Now you can safely call setState() in onTabChange without causing a loop of re-renders.

Misc

  • Added a few examples

v0.5.0

29 Apr 02:08
v0.5.0
Compare
Choose a tag to compare

Bugfixes

Breaking Changes

  • Removed __hideWarningForUsingTooManyTabs, because you can do that with console.ignoredYellowBox.

Features

  • You now can manually choose shifting mode, if you wish, via the shifting prop. After long struggling, if I should provide this, I decided to do it. Mostly because the shifting Bottom Navigation isn't really out there in the wild and may be an antipattern, if you have short labels. (see #14)

v0.4.1

17 Apr 13:51
v0.4.1
Compare
Choose a tag to compare

Bugfixes

  • Skip measuring of the icons if component unmounted in the meantime (c0bb6d1)

v0.4.0

02 Mar 19:17
v0.4.0
Compare
Choose a tag to compare

Features

  • Adds ability to style the inner of the Bottom Navigation, not only the outer container. Useful for putting the Bottom Navigation behind the System Navigation. (#13)

v0.3.1

01 Mar 17:31
v0.3.1
Compare
Choose a tag to compare

Bugfixes

  • Fixes a bug where bottomNavigationOptions was required and threw an error, when you didn't specify any bottomNavigationOptions.styles (#9)
  • Fixes a bug where tintColor missed in static navigationOptions.tabBar.icon (#11)