Getting ready for collab

This commit is contained in:
2025-01-28 13:24:20 -06:00
parent 90ec951b0c
commit c5916a195a
5 changed files with 27 additions and 205 deletions

View File

@@ -37,14 +37,16 @@ const TabLayout = () => {
name='index'
options={{
title: 'Home',
tabBarIcon: ({ color }) => <IconSymbol size={28} name='house.fill' color={color} />,
tabBarIcon: ({ color }) =>
<IconSymbol size={28} name='house.fill' color={color} />,
}}
/>
<Tabs.Screen
name='settings'
options={{
title: 'Settings',
tabBarIcon: ({ color }) => <IconSymbol size={28} name='gearshape.fill' color={color} />,
tabBarIcon: ({ color }) =>
<IconSymbol size={28} name='gearshape.fill' color={color} />,
}}
/>
</Tabs>