Commit 0adc5282 authored by Trisno's avatar Trisno

fix gambar kartu expand ke samping

parent 458a3b5b
...@@ -465,7 +465,7 @@ class Account extends React.Component { ...@@ -465,7 +465,7 @@ class Account extends React.Component {
{/* Member Card */} {/* Member Card */}
<View style={{ marginVertical: 30, marginHorizontal: 20 }}> <View style={{ marginVertical: 30, marginHorizontal: 20 }}>
<ImageBackground style={{ width: 350, height: 210 }} <ImageBackground style={{ width: '100%', height: 210 }}
resizeMode='stretch' source={this.state.img_card ? { uri: this.state.img_card } : null}> resizeMode='stretch' source={this.state.img_card ? { uri: this.state.img_card } : null}>
<View style={{ justifyContent: 'center' }}> <View style={{ justifyContent: 'center' }}>
<Text style={{ <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