QuickWrap
Components > Drawer Content

The drawer is configured by default. You can view the entire UI for the Drawer content in src/components/drawer/DrawerContent.tsx
The DrawerContent and DrawerMenus components customize the navigation drawer in a React Native app. DrawerContent wraps the drawer UI in a blur effect, adds DrawerAccount if authentication is enabled, and displays navigation items via DrawerMenus. DrawerMenus dynamically renders categorized menu items, highlights the active route, and allows navigation.