home en cours

This commit is contained in:
trochas
2025-12-09 16:34:37 +01:00
parent 73e8600db9
commit e0bdcd5150
2 changed files with 8 additions and 26 deletions

View File

@@ -18,9 +18,10 @@ export default function Home() {
<SetStatus></SetStatus>
</View>
<View style={{width:"100%", position: 'absolute'}}>
<SelectChantier></SelectChantier>
<SelectChantier></SelectChantier>
</View>
</ThemedView>
)
}
@@ -31,6 +32,7 @@ const styles = StyleSheet.create({
marginTop: Constants.statusBarHeight, //pour la barre menu du haut
},
header: {
flex: 1,
width:"100%"
},
});