import { Tabs } from "expo-router"; import { GlassTabBar } from "@/components/glass"; import { House, Compass, UserCircle } from "phosphor-react-native"; import type { ColorValue } from "react-native"; export default function TabLayout() { return ( } screenOptions={{ headerShown: false, tabBarStyle: { display: "none" }, }} > ( ), }} /> ( ), }} /> ( ), }} /> ); }