Commit 3aa40d6f authored by William Goszal's avatar William Goszal 🚴

fix gambar kartu peyang

parent 21d69af5
......@@ -443,10 +443,14 @@ class Account extends React.Component {
</TouchableOpacity>
{/* Member Card */}
<View style={{ padding: 10, height: 250, top: 10, marginBottom: 20, margin:10 }}>
<ImageBackground style={{ width: '100%', height: '100%', padding: 0, margin: 0 }} resizeMode='stretch' source={this.state.img_card ? { uri: this.state.img_card } : null}>
<View style={{ marginVertical:30, marginHorizontal:20 }}>
<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={{ fontFamily: 'Gotham-Black', margin: 15, fontSize: 14, color: '#c9af6d', top: 170 }}>
<Text style={{
fontFamily: 'Gotham-Black', fontSize: 20, color: '#c9af6d',
top: 160, left:30
}}>
{this.state.card_number}
</Text>
</View>
......
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