🚧 Adding the list view page, but has to be modified

This commit is contained in:
Alexis Leboeuf
2025-10-13 09:58:07 +02:00
parent d08bb6da70
commit 1366c9ee3a
5 changed files with 198 additions and 29 deletions

View File

@@ -7,8 +7,8 @@ import { HapticTab } from '@/components/haptic-tab';
import { IconSymbol } from '@/components/ui/icon-symbol';
import { Colors } from '@/constants/theme';
import { useColorScheme } from '@/hooks/use-color-scheme';
import TabTwoScreen from './explore';
import HomeScreen from './index';
import TabTwoScreen from './index';
import HomeScreen from './bonjourFL';
const Tabs = createBottomTabNavigator();
@@ -23,10 +23,10 @@ export default function TabLayout() {
tabBarButton: HapticTab,
}}>
<Tabs.Screen
name="index"
name="bonjourFL"
component={HomeScreen}
options={{
title: 'Home',
title: 'Bonjour',
tabBarIcon: ({ color }) => <IconSymbol size={28} name="house.fill" color={color} />,
}}
/>