diff options
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> ); } |