update tab

This commit is contained in:
2025-12-02 16:57:25 +07:00
parent 9ba43142e1
commit 80c02fef9d
9 changed files with 180 additions and 249 deletions

View File

@@ -46,16 +46,6 @@ export default function TabLayout() {
),
}}
/>
<Tabs.Screen
name="tripInfo"
options={{
title: t("navigation.trip"),
tabBarIcon: ({ color }) => (
<IconSymbol size={28} name="ferry.fill" color={color} />
),
}}
/>
<Tabs.Screen
name="diary"
options={{
@@ -66,15 +56,21 @@ export default function TabLayout() {
}}
/>
<Tabs.Screen
name="sensor"
name="manager"
options={{
title: t("navigation.sensor"),
title: t("navigation.manager"),
tabBarIcon: ({ color }) => (
<IconSymbol
size={28}
name="dot.radiowaves.left.and.right"
color={color}
/>
<IconSymbol size={28} name="square.stack.3d.up" color={color} />
),
}}
/>
<Tabs.Screen
name="warning"
options={{
title: t("navigation.warning"),
tabBarIcon: ({ color }) => (
<IconSymbol size={28} name="bell.fill" color={color} />
),
}}
/>