All Projects → kyaroru → Reactnavdrawer

kyaroru / Reactnavdrawer

A simple example of using DrawerNavigator in React Navigation

Programming Languages

javascript
184084 projects - #8 most used programming language

ReactNavDrawer

A simple example of using DrawerNavigator in React Navigation

It consists of a fake login page (without drawer) and also other pages that can be seen only after login (with drawer)

Demo

Navigation Structure

-StackNavigator
   -LoginScreen
   -DrawerNavigator
      -HomeScreen
      -UserScreen

To run the app

git clone https://github.com/kyaroru/ReactNavDrawer
cd ReactNavDrawer
npm i
react-native run-ios
react-native run-android

For example with REDUX integration

Refer to ReactNavDrawerRedux

For TabNavigator example with REDUX integration

Refer to ReactNavTab

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].