import { FontAwesome } from '@expo/vector-icons'; export default function TabBarIcon(props: { name: React.ComponentProps['name']; color: string; }) { return ; }