import FontAwesome from '@expo/vector-icons/FontAwesome'; import { Tabs } from 'expo-router'; import { StyleProp, TextStyle } from 'react-native'; import Colors from '../../constants/Colors'; import { globalStyles } from '../../styles/global'; /** * You can explore the built-in icon families and icons on the web at https://icons.expo.fyi/ */ function TabBarIcon(props: { name: React.ComponentProps['name']; color?: string; focused?: boolean; style?: StyleProp; }) { return ( ); } export default function TabLayout() { return ( ( ), }} /> ( ), }} /> ( ), }} /> ( ), }} /> ( ), }} /> ); }