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