import { Tabs } from 'expo-router'; import { useTheme } from '@/theme'; export default function TabLayout() { const theme = useTheme(); return ( }} /> }} /> }} /> ); } function TabIcon({ label, color }: { label: string; color: string }) { const { Text } = require('react-native'); return {label}; }