Skip to content

Commit 4326390

Browse files
committed
Update KonditionExpo with unified navigation, blue/purple color scheme, and workout features
1 parent 72dd735 commit 4326390

File tree

13 files changed

+1958
-1059
lines changed

13 files changed

+1958
-1059
lines changed

KonditionExpo/app/(tabs)/_layout.tsx

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,17 @@ export default function TabLayout() {
3434
}}
3535
/>
3636
<Tabs.Screen
37-
name="explore"
37+
name="progress"
3838
options={{
39-
title: 'Explore',
40-
tabBarIcon: ({ color }) => <IconSymbol size={28} name="paperplane.fill" color={color} />,
39+
title: 'Progress',
40+
tabBarIcon: ({ color }) => <IconSymbol size={28} name="chart.line.uptrend.xyaxis" color={color} />,
41+
}}
42+
/>
43+
<Tabs.Screen
44+
name="profile"
45+
options={{
46+
title: 'Profile',
47+
tabBarIcon: ({ color }) => <IconSymbol size={28} name="person.fill" color={color} />,
4148
}}
4249
/>
4350
</Tabs>

0 commit comments

Comments
 (0)