fermeture auto
This commit is contained in:
@@ -68,6 +68,7 @@ export default function SelectChantier() {
|
||||
<Image source={{ uri:"https://cdn.discordapp.com/attachments/1425108443571945644/1427207643180826757/raw.png?ex=69392bb2&is=6937da32&hm=dcc09e76d3dca89d2418947b46efbd38673b9dc559027724b2e51d493b173bc9&" /*chantier.urlImg*/ }} style={styles.image} />
|
||||
</View>
|
||||
<View>
|
||||
<ThemedText>{chantier.chef != null ? "true" : "false"}</ThemedText>
|
||||
<ThemedText>Adresse: {chantier.adresse}</ThemedText>
|
||||
<ThemedText>Chef de chantier: {chantier.chef.last_name}{" "}{chantier.chef.name}</ThemedText>
|
||||
<ThemedText>État: {chantier.etat}</ThemedText>
|
||||
@@ -104,7 +105,7 @@ export default function SelectChantier() {
|
||||
|
||||
const styles = StyleSheet.create({
|
||||
windowClose: {
|
||||
//backgroundColor: '#00FFFF',
|
||||
//backgroundColor: '#00FF0040',
|
||||
//borderRadius:10,
|
||||
padding: 10,
|
||||
width: "50%",
|
||||
@@ -112,7 +113,7 @@ const styles = StyleSheet.create({
|
||||
overflow: "hidden",
|
||||
},
|
||||
windowOpean: {
|
||||
//backgroundColor: '#00FFFF',
|
||||
//backgroundColor: '#00FF0040',
|
||||
//borderRadius:10,
|
||||
width: "100%",
|
||||
height: screenHeight / 2,
|
||||
|
||||
Reference in New Issue
Block a user