1.1.2 • Published 6 years ago

react-navigation-templates v1.1.2

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

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

    npm.io

  • StackInTab Demo

    npm.io

  • NoDrawer

    npm.io

  • NoDrawer And StackInTab

    npm.io