add css styles to drawer

This commit is contained in:
Patryk
2025-05-08 22:12:33 +02:00
parent 6598faf5e8
commit 0295386dac
3 changed files with 14 additions and 4 deletions

View File

@@ -1,10 +1,8 @@
import { Tabs, Stack } from "expo-router";
import { Stack } from "expo-router";
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 (