update tab warning, update CrewListTable, NetListTable

This commit is contained in:
2025-10-31 11:43:49 +07:00
parent 4e5abc21e9
commit 7610a48a6e
7 changed files with 290 additions and 2 deletions

View File

@@ -29,12 +29,25 @@ export default function TabLayout() {
<Tabs.Screen
name="tripInfo"
options={{
title: "Thông Tin Chuyến Đi",
title: "Chuyến Đi",
tabBarIcon: ({ color }) => (
<IconSymbol size={28} name="ferry.fill" color={color} />
),
}}
/>
<Tabs.Screen
name="warning"
options={{
title: "Cảnh báo",
tabBarIcon: ({ color }) => (
<IconSymbol
size={28}
name="exclamationmark.triangle.fill"
color={color}
/>
),
}}
/>
<Tabs.Screen
name="setting"
options={{