Skip to content

A simple example of using DrawerNavigator in React Navigation

Notifications You must be signed in to change notification settings

kyaroru/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