|
@ -26,8 +26,6 @@ function FormLocationPicker({ subtitle }) { |
|
|
<View style={styles.adressText}> |
|
|
<View style={styles.adressText}> |
|
|
<Text style={{ |
|
|
<Text style={{ |
|
|
fontSize: dimensions.text.default, |
|
|
fontSize: dimensions.text.default, |
|
|
textAlign: "justify", |
|
|
|
|
|
flex: 1, |
|
|
|
|
|
}}> |
|
|
}}> |
|
|
{local} |
|
|
{local} |
|
|
</Text> |
|
|
</Text> |
|
@ -53,6 +51,9 @@ const styles = StyleSheet.create({ |
|
|
}, |
|
|
}, |
|
|
adressText: { |
|
|
adressText: { |
|
|
flex: 0.90, |
|
|
flex: 0.90, |
|
|
|
|
|
height: "100%", |
|
|
|
|
|
flexDirection: "column", |
|
|
|
|
|
justifyContent: "center", |
|
|
paddingLeft: 5, |
|
|
paddingLeft: 5, |
|
|
}, |
|
|
}, |
|
|
mapIcon: { |
|
|
mapIcon: { |
|
|