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

Switches automatically between Fixed Navigation (up to 3 tabs) and Shifting Navigation (3 - 5 tabs) #38

Closed ghost closed 7 years ago

ghost commented 7 years ago

Hi, Is it possible to customize more then 3 images without shifting ?

timomeh commented 7 years ago

You can manually set shifting, see README.md#Configuration

(Related to https://github.com/timomeh/react-native-material-bottom-navigation/issues/14#issuecomment-298141038)

Use the prop shifting={false}.

I hope that solves your question. If not, please feel free to reopen this issue.

ghost commented 7 years ago

Thanks. @timomeh