project-hamster / tab-drawer-stack-nest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About this repo

This repository is an example of creating a nested navigation structure using tabs, drawer, and stack in expo-router.

You need to install package to use Drawer

If you created project by npx create-expo-app@latest -e with-router (2023/3/11) , you need to install @react-navigation/drawer to use Drawer in expo-router by this command

npm install @react-navigation/drawer

For detail, please read doc.

Demo

demo.mov

About


Languages

Language:JavaScript 100.0%