update tab sensor, diary
This commit is contained in:
@@ -36,13 +36,22 @@ export default function TabLayout() {
|
||||
}}
|
||||
/>
|
||||
<Tabs.Screen
|
||||
name="warning"
|
||||
name="diary"
|
||||
options={{
|
||||
title: "Cảnh báo",
|
||||
title: "Nhật Ký",
|
||||
tabBarIcon: ({ color }) => (
|
||||
<IconSymbol size={28} name="book.closed.fill" color={color} />
|
||||
),
|
||||
}}
|
||||
/>
|
||||
<Tabs.Screen
|
||||
name="sensor"
|
||||
options={{
|
||||
title: "Cảm biến",
|
||||
tabBarIcon: ({ color }) => (
|
||||
<IconSymbol
|
||||
size={28}
|
||||
name="exclamationmark.triangle.fill"
|
||||
name="dot.radiowaves.left.and.right"
|
||||
color={color}
|
||||
/>
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user