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 does react-navigation add buttons in the center? #34

Closed webLiu closed 7 years ago

webLiu commented 7 years ago

How does react-navigation add buttons in the center?,Thank you! image

timomeh commented 7 years ago

That's not really supported. If you want a button in the center which navigates to a view without the TabBar, the only possibility would be to use a normal tab which looks like a button, connected to a screen which has tabBarVisible: false.

If you're searching for a way to customize this tab/button, I plan a rewrite of this component, see https://github.com/timomeh/react-native-material-bottom-navigation/issues/31#issuecomment-310229009.

webLiu commented 7 years ago

think U!