React Native Material Bottom Navigation Versions Save

💅🔧👌 a beautiful, customizable and easy-to-use material design bottom navigation for react-native

v1.0.5

4 years ago
  • Rename unsafe lifecycle methods a2ed0b4
  • Add react-navigation example 9c6b47b

https://github.com/timomeh/react-native-material-bottom-navigation/compare/v1.0.4...v1.0.5

v1.0.4

4 years ago

Fixes

  • Update index.d.ts (#125) 420b524 (Thanks to @trevor-atlas)

Misc

  • Fix CI for PRs 1948085

https://github.com/timomeh/react-native-material-bottom-navigation/compare/v1.0.3...v1.0.4

v1.0.3

5 years ago

Fixes

  • Update index.d.ts (#123) 550d422 (Thanks to @lemming)
  • Fix lint errors cc2cfcf

https://github.com/timomeh/react-native-material-bottom-navigation/compare/v1.0.2...v1.0.3

v1.0.2

5 years ago

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

5 years ago

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

6 years ago

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

6 years ago

Features

  • Compatible with react-native-web (#73) (@PeterKottas)
  • Adds TypeScript compatibility (#73) (@PeterKottas)

Bugfixes

  • Fixes a bug where the icon animation wasn't correct (#74)

Misc

  • Improved Docs a bit

v0.8.2

6 years ago

Features

  • Add Badge support for react-navigation (#72) (@matt-oakes)

v0.8.1

6 years ago

Improvement

  • Fix Animation of Badge when Tab becomes active/inactive (#71) (@ShayanJavadi)

v0.8.0

6 years ago

Features

  • Add Badge Support (#52, #70) (@ShayanJavadi)