a simple navigation structure for react native.
- Login
- Tab Navigator
- Setting(logout) -> Login
* react-navigation
- refer to the installation document
- check your react-native version (React Native 0.60 and higher / React Native 0.59 and lower)
src
└── screens
├── HomeScreen
├── LoginScreen
├── SettingScreen
├── SomethingScreen
└── index.js (AppContainer for react navigation)