timomeh / react-native-material-bottom-navigation

💅🔧👌 a beautiful, customizable and easy-to-use material design bottom navigation for react-native
MIT License
709 stars 127 forks source link

How to show labels for inActive tab in 0.9.0 #92

Closed Dineshchitta closed 6 years ago

Dineshchitta commented 6 years ago

What kind of Issue is this?

Question

Actual behavior

Expected behavior

Environment

software version
react-native-material-bottom-navigation 0.9.0
react-native or expo 0.48.4
node v9.10.1
npm or yarn 6.0.0
timomeh commented 6 years ago

The Tabs (in "shifting" mode) in v0.9.0 only show the label when they're active. You can get around this by disabling shifting mode...

<BottomNavigation shifting={false} />

...or by updating to v1.0.0.