Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.61 KB

README.md

File metadata and controls

43 lines (27 loc) · 1.61 KB

react-navigation-templates Platformnpm

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

  • Default Demo

  • StackInTab Demo

  • NoDrawer

  • NoDrawer And StackInTab