import { Tabs } from 'expo-router'; import { NativeWindStyleSheet } from 'nativewind'; import TabBarIcon from '../../components/TabBarIcon'; import { globalStyles } from '../../styles/global'; import useTailwind from '../hooks/useTailwind'; NativeWindStyleSheet.setOutput({ default: 'native', }); export default function TabLayout() { const { colors } = useTailwind(); return ( ( ), }} /> ( ), }} /> ( ), }} /> ( ), }} /> ( ), }} /> ); }