Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 754 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 754 Bytes

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