A collection of react-navigation templates. Notice that each template used Redux to store it's state.
Project directory
|-- index.js
|-- src/
|-- actions/ Redux action.
|-- reducers/ Redux reducer.
|-- components/ Display components responsible for interface rendering and its own state control.
|-- containers/ Container components, mainly from state, get the (minimum) properties required by the component.
|-- navigators/ Some naigatore. e.g. StackNavigator, TabNavigator, DrawerNavigator.
|-- screens/
|-- App.js
|-- sources/
|-- utils/
|-- api/
|-- config/ Global configuration.
Navigation structure