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 {
{/* Member Card */}
<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}>
<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