timomeh / react-native-material-bottom-navigation

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

How To go to next screen #41

Closed bisht2ankit closed 7 years ago

bisht2ankit commented 7 years ago

Can you tell me how to show different screens on clicking on tab bar items?

timomeh commented 7 years ago

You asked the exact same question yesterday and I already answered: https://github.com/timomeh/react-native-material-bottom-navigation/issues/40

The task of this library isn't navigating. This is a UI component. If you want to navigate, use react-navigation. They have a great documentation. Or look/ask on stackoverflow.