verification du statues
This commit is contained in:
@@ -108,12 +108,7 @@ export default function SelectChantier() {
|
||||
<ThemedView lvl={2} style={styles.list}>
|
||||
<ScrollView contentContainerStyle={styles.chantiersList}>
|
||||
{chantiers.map((chantier, index) =>
|
||||
<>
|
||||
renderChantier(chantier, index)
|
||||
renderChantier(chantier, index)
|
||||
renderChantier(chantier, index)
|
||||
renderChantier(chantier, index)
|
||||
</>
|
||||
)}
|
||||
</ScrollView>
|
||||
</ThemedView>
|
||||
@@ -138,7 +133,7 @@ const styles = StyleSheet.create({
|
||||
//backgroundColor: '#00FF0040',
|
||||
//borderRadius:10,
|
||||
width: "100%",
|
||||
height: screenHeight / 2,
|
||||
height: screenHeight * 3/4,
|
||||
padding: 10,
|
||||
zIndex:1000,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user