adding ugly start to posts page

This commit is contained in:
Will Baumbach
2025-07-26 22:05:27 -05:00
parent 2fed2636ad
commit 717ec8ff6f
4 changed files with 13359 additions and 14902 deletions

View File

@@ -21,6 +21,11 @@ export default function TabLayout() {
<Ionicons name={focused ? 'home-sharp' : 'home-outline'} color={color} size={24} />
)
}} />
<Tabs.Screen name="posts" options={{
title: 'Posts', headerShown: false, tabBarIcon: ({ color, focused }) => (
<Ionicons name={focused ? 'rocket-sharp' : 'rocket-outline'} size={24} color={color} />
)
}} />
<Tabs.Screen name="login" options={{
title: 'Login', headerShown: false, tabBarIcon: ({ color, focused }) => (
<Ionicons name={focused ? 'person-circle-sharp' : 'person-circle-outline'} size={24} color={color} />