🚧 Adding the list view page, but has to be modified
This commit is contained in:
@@ -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} />,
|
||||
}}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user