import { Tabs } from "expo-router"; import { useColorScheme } from "react-native"; import { MaterialIcons } from "@expo/vector-icons"; export default function TabLayout() { const colorScheme = useColorScheme(); const isDark = colorScheme === "dark"; return ( ( ), }} /> ( ), }} /> ( ), }} /> ( ), }} /> ); }