init drawer

This commit is contained in:
Patryk
2025-05-06 22:17:51 +02:00
parent 47e5d80792
commit 6598faf5e8
7 changed files with 2418 additions and 2170 deletions

View File

@@ -3,6 +3,8 @@ import "@/global.css";
import { GluestackUIProvider } from "@/components/ui/gluestack-ui-provider";
import { QueryClient, QueryClientProvider } from "@tanstack/react-query";
import { GestureHandlerRootView } from "react-native-gesture-handler";
import { Drawer } from "expo-router/drawer";
const queryClient = new QueryClient();
export default function RootLayout() {
return (