What's different between TabNavigator , DrawerNavigator, StackNavigator ? Explaine, pls, React Navigation and react-native-navigation ?
what is the navigation to choose for simple app ?
TabNavigator is for to make tab view
DrawerNavigator is used to develop hamburger menu
StackNavigator is used Simple Navigation.
if you new in React native StackNavigator is very easy for you.
For Simple App you can use StackNavigator and if really required tabview then use
you can use following link for stack navigation
It depends on how/what you want your app to look like.
For a hamburger menu, you use DrawerNavigation.
For simple app navigation, you use StackNavigation.
And tab, is for your TabNavigation, as in when your app is a Tabview
Read more Here
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With