This documentation is available as Markdown for AI agents and LLMs. See the full Markdown index or append .md to any documentation URL.
Drawer
Edit page
Learn how to use the Drawer layout in Expo Router.
A navigation drawer is a common pattern in mobile apps, it allows users to swipe open a menu from a side of their screen to expose navigation options. This menu is also typically toggleable through a button in the app's header.
Installation
In SDK 56 and later, the drawer navigator is bundled in expo-router and uses react-native-drawer-layout under the hood.
On Android and iOS, the drawer requires react-native-reanimated and react-native-worklets to drive its animations. On web, animation is handled by CSS.
To use the drawer navigator, install these dependencies if you do not have them already:
To use drawer navigator, install these dependencies if you do not have them already:
To use drawer navigator, install these dependencies if you do not have them already:
Usage
Now you can use the Drawer layout to create a drawer navigator.
To edit the drawer navigation menu labels, titles and screen options specific screens are required as follows: