them icon

This commit is contained in:
2025-10-30 16:32:11 +07:00
parent 31c51c0502
commit 4fda7c77ab
7 changed files with 267 additions and 50 deletions

View File

@@ -20,21 +20,30 @@ export default function TabLayout() {
<Tabs.Screen
name="index"
options={{
title: "Home",
title: "Giám sát",
tabBarIcon: ({ color }) => (
<IconSymbol size={28} name="house.fill" color={color} />
<IconSymbol size={28} name="map.fill" color={color} />
),
}}
/>
<Tabs.Screen
name="explore"
options={{
title: "Thông Tin Chuyến Đi",
title: "Explore",
tabBarIcon: ({ color }) => (
<IconSymbol size={28} name="paperplane.fill" color={color} />
),
}}
/>
<Tabs.Screen
name="tripInfo"
options={{
title: "Thông Tin Chuyến Đi",
tabBarIcon: ({ color }) => (
<IconSymbol size={28} name="ferry.fill" color={color} />
),
}}
/>
<Tabs.Screen
name="setting"
options={{