react-navigation-templates

1.1.2 • Public • Published

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

Package Sidebar

Install

npm i react-navigation-templates

Weekly Downloads

5

Version

1.1.2

License

ISC

Unpacked Size

36.4 kB

Total Files

58

Last publish

Collaborators

  • liruwei0109