import { Tabs } from 'expo-router'; import { Home } from 'lucide-react-native'; import { StyleSheet } from 'react-native'; export default function TabLayout() { return ( , }} /> ); } const styles = StyleSheet.create({ tabBar: { backgroundColor: '#FFFFFF', borderTopWidth: 0.5, borderTopColor: '#E5E5EA', paddingBottom: 8, paddingTop: 8, height: 84, }, tabBarLabel: { fontSize: 12, fontWeight: '500', }, });