update tab warning, update CrewListTable, NetListTable
This commit is contained in:
@@ -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={{
|
||||
|
||||
Reference in New Issue
Block a user