del console log

This commit is contained in:
Patryk
2025-04-09 20:38:50 +02:00
parent 16598e9217
commit ccf7ff2955

View File

@@ -5,7 +5,6 @@ import { useTheme } from 'react-native-paper';
export default function TabLayout() { export default function TabLayout() {
const theme = useTheme(); const theme = useTheme();
console.log(theme.colors);
return ( return (
<Tabs screenOptions ={{ <Tabs screenOptions ={{
tabBarInactiveTintColor: theme.colors.primary, tabBarInactiveTintColor: theme.colors.primary,