Added map screen + other stuff

This commit is contained in:
Alexis Leboeuf
2025-11-06 16:38:35 +01:00
parent 132c70e711
commit 6e2860318f
7 changed files with 103 additions and 29 deletions

View File

@@ -82,7 +82,7 @@ export default function BonjourScreen() {
/>
<View style={styles.footer}>
<Button title="Retour" onPress={() => router.back()} />
<Button title="Retour" onPress={() => router.push("/(tabs)/mapScreen") } />
</View>
</View>
)