Enregistrement de trajet en train

This commit is contained in:
2024-12-11 23:42:22 +01:00
parent 54a7806316
commit 33ee18d7e2
4 changed files with 110 additions and 6 deletions

View File

@ -33,7 +33,7 @@ export default function TabLayout() {
<Tabs.Screen
name="train"
options={{
title: 'Ajouter un trajet',
title: 'Trains',
headerTitleStyle: {fontSize: 32},
tabBarIcon: ({ color }) => <FontAwesome6 name="train" size={24} color={color} />,
}}