diff options
author | Santo Cariotti <santo@dcariotti.me> | 2024-08-29 18:27:23 +0200 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2024-08-29 18:27:23 +0200 |
commit | ae63532503eb0b5c7a60d18ef17504c0632d508d (patch) | |
tree | 832c41d50b2621f5a6ffdc1900eadb10cd652440 /app/(tabs)/_layout.tsx | |
parent | d8f83a2faa426cc9d83c5a0192b5a007983c916e (diff) |
Login page
Diffstat (limited to 'app/(tabs)/_layout.tsx')
-rw-r--r-- | app/(tabs)/_layout.tsx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/(tabs)/_layout.tsx b/app/(tabs)/_layout.tsx index 22a49b6..fcc94db 100644 --- a/app/(tabs)/_layout.tsx +++ b/app/(tabs)/_layout.tsx @@ -23,15 +23,15 @@ export default function TabLayout() { ), }} /> - <Tabs.Screen + {/*<Tabs.Screen name="explore" options={{ - title: 'Explore', + title: 'Alerts', tabBarIcon: ({ color, focused }) => ( - <TabBarIcon name={focused ? 'code-slash' : 'code-slash-outline'} color={color} /> + <TabBarIcon name={focused ? 'map' : 'map-outline'} color={color} /> ), }} - /> + />*/} </Tabs> ); } |