Commit d409c480 authored by Trisno's avatar Trisno

fix ukuran kartu

parent 388af229
{
"expo": {
"extra" : {
"buildNumber" : "175",
"buildNumber" : "176",
"remarks": ""
},
......
......@@ -464,8 +464,8 @@ class Account extends React.Component {
</TouchableOpacity>
{/* Member Card */}
<View style={{ marginVertical: 30, marginHorizontal: 20 }}>
<ImageBackground style={{ width: '100%', height: 210 }}
<View style={{ marginVertical: 30, marginHorizontal: 20, alignItems:'center' }}>
<ImageBackground style={{ width: 350, height: 210 }}
resizeMode='stretch' source={this.state.img_card ? { uri: this.state.img_card } : null}>
<View style={{ justifyContent: 'center' }}>
<Text style={{
......
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