import { Tabs } from 'expo-router'; import Ionicons from '@expo/vector-icons/Ionicons'; import { useTheme } from 'react-native-paper'; export default function TabLayout() { const theme = useTheme(); console.log(theme.colors); return ( ( ), }} /> {/* null,tabBarIcon: ({ color, focused }) => ( ),}} /> */} ( ),}} /> ); }