Structure de défi

This commit is contained in:
2024-12-12 18:01:08 +01:00
parent e623dad81f
commit 9c7a447e4e
3 changed files with 32 additions and 6 deletions

View File

@ -25,8 +25,8 @@ export default function TabLayout() {
<Tabs.Screen
name="challenges"
options={{
title: 'Challenges',
headerTitleStyle: {fontSize: 32},
title: 'Défis',
headerShown: false,
tabBarIcon: ({ color }) => <FontAwesome6 name="coins" size={24} color={color} />,
}}
/>