SkillAgentSearch skills...

ReactNavDrawerRedux

A simple example of using DrawerNavigator in React Navigation (With REDUX integration)

Install / Use

/learn @kyaroru/ReactNavDrawerRedux
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

ReactNavDrawerRedux

A simple example of using DrawerNavigator in React Navigation (With REDUX integration)

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

Display different drawer items for different screen after fetch from server

Demo

Navigation Structure

-StackNavigator
   -LoginScreen
   -DrawerNavigator
      -HomeScreen
      -UserScreen
      -DashboardScreen
      -AboutScreen

To run the app

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

For example without redux

Refer to ReactNavDrawer

For TabNavigator example with REDUX integration

Refer to ReactNavTab

Related Skills

View on GitHub
GitHub Stars21
CategoryDevelopment
Updated2mo ago
Forks6

Languages

JavaScript

Security Score

75/100

Audited on Jan 27, 2026

No findings