import { Tabs } from "expo-router"; import { Home, Settings } from "lucide-react-native"; import { colors } from "../../stlyes/global"; export default function TabLayout() { return ( , }} /> ( ), }} /> ); }