Skip to content

A simple example of using DrawerNavigator in React Navigation

Notifications You must be signed in to change notification settings

Kamez/ReactNavDrawer

 
 

Repository files navigation

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

About

A simple example of using DrawerNavigator in React Navigation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 56.8%
  • Objective-C 25.2%
  • Python 9.9%
  • Java 8.1%