Installation de expo-secure-store pour stocker les données de connexion à l'API

This commit is contained in:
2024-12-09 18:29:48 +01:00
parent 4a4233925d
commit c08fbb762a
6 changed files with 38 additions and 3 deletions

View File

@ -45,6 +45,14 @@ export default function TabLayout() {
tabBarIcon: ({ color }) => <MaterialIcons name="history" size={24} color={color} />,
}}
/>
<Tabs.Screen
name="settings"
options={{
title: 'Paramètres',
headerTitleStyle: {fontSize: 32},
tabBarIcon: ({ color }) => <MaterialIcons name="settings" size={24} color={color} />,
}}
/>
</Tabs>
)
}