Commit 021bd1f6 authored by Trisno's avatar Trisno

build 130 dan fixing bug tambah alamat, keyboard nutupin textinput

parent de43f201
{
"expo": {
"extra" : {
"buildNumber" : "128",
"buildNumber" : "130",
"remarks": ""
},
......
......@@ -219,7 +219,12 @@ class AddreesDetail extends React.Component {
render() {
return (
<KeyboardAvoidingView behavior={Platform.OS == "ios" ? 40 : 0} style={styles.container}>
<KeyboardAvoidingView
behavior={Platform.OS == 'ios' ? "padding" : "height"}
style={{ flex: 1 }}>
<View style={styles.container}>
<ScrollView>
<View style={styles.content}>
<View style={{ height: 45, borderRadius: 10, borderColor: '#ccb46c', borderWidth: 1, flexDirection: 'row', marginTop: 15, marginLeft: 10, marginRight: 10 }}>
......@@ -320,6 +325,7 @@ class AddreesDetail extends React.Component {
</View>
</View>
</ScrollView>
</View>
</KeyboardAvoidingView>
)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment