add required login
This commit is contained in:
@@ -48,21 +48,10 @@ export default function TabLayout() {
|
||||
),
|
||||
}}
|
||||
/>
|
||||
<Tabs.Screen
|
||||
name="login"
|
||||
options={{
|
||||
headerShown: false, // Ukryj nagłówek dla Drawer
|
||||
title: "Authentication",
|
||||
tabBarLabel: "Authentication",
|
||||
tabBarIcon: ({color, size}) => (
|
||||
<Ionicons name="key" size={size} color={color}/>
|
||||
),
|
||||
}}
|
||||
/>
|
||||
<Tabs.Screen
|
||||
name="dashboard"
|
||||
options={{
|
||||
headerShown: false, // Ukryj nagłówek dla Drawer
|
||||
headerShown: false,
|
||||
title: "Konto",
|
||||
tabBarLabel: "Konto",
|
||||
tabBarIcon: ({color, size}) => (
|
||||
|
||||
Reference in New Issue
Block a user