Commit 021bd1f6 authored by Trisno's avatar Trisno

build 130 dan fixing bug tambah alamat, keyboard nutupin textinput

parent de43f201
{ {
"expo": { "expo": {
"extra" : { "extra" : {
"buildNumber" : "128", "buildNumber" : "130",
"remarks": "" "remarks": ""
}, },
......
...@@ -219,7 +219,12 @@ class AddreesDetail extends React.Component { ...@@ -219,7 +219,12 @@ class AddreesDetail extends React.Component {
render() { render() {
return ( 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> <ScrollView>
<View style={styles.content}> <View style={styles.content}>
<View style={{ height: 45, borderRadius: 10, borderColor: '#ccb46c', borderWidth: 1, flexDirection: 'row', marginTop: 15, marginLeft: 10, marginRight: 10 }}> <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 { ...@@ -320,6 +325,7 @@ class AddreesDetail extends React.Component {
</View> </View>
</View> </View>
</ScrollView> </ScrollView>
</View>
</KeyboardAvoidingView> </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