This commit is contained in:
trochas
2025-12-09 13:44:08 +01:00
9 changed files with 293 additions and 85 deletions

View File

@@ -82,7 +82,7 @@ export default function BonjourScreen() {
<ThemedTextInput
lvl={0}
style={styles.input}
placeholder="Rechercher un groupe..."
placeholder="Rechercher un artisant..."
value={search}
onChangeText={setSearch}
/>
@@ -94,9 +94,7 @@ export default function BonjourScreen() {
}
/>
<ThemedView style={styles.footer}>
<Button title="Retour" onPress={() => router.push("/(tabs)/mapScreen") } />
</ThemedView>
<ThemedView style={{width:"100%", position: 'absolute', backgroundColor:'transparent',}}>
<SelectChantier ></SelectChantier>