import { Ionicons } from "@expo/vector-icons"; import { Tabs } from "expo-router"; import { useThemeColor } from "heroui-native"; export default function TabLayout() { const themeColorForeground = useThemeColor("foreground"); const themeColorBackground = useThemeColor("background"); return ( ( ), }} /> ( ), }} /> ); }