Commit 0dae9f18 authored by Trisno's avatar Trisno

benerin card number di account

parent 40145286
{
"expo": {
"extra" : {
"buildNumber" : "107",
"buildNumber" : "109",
"remarks": ""
},
......
......@@ -388,7 +388,7 @@ class Account extends React.Component {
</View>
<View style={{ paddingHorizontal: 10 }}>
<Text style={{ textAlign: "center", fontSize: 30, color: '#c9af6d', fontFamily: 'Gotham-Black' }}>
{this.state.account_number}
{this.state.card_number}
</Text>
</View>
<View style={styles.line}></View>
......@@ -451,7 +451,7 @@ class Account extends React.Component {
<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={{ justifyContent: 'center' }}>
<Text style={{ fontFamily: 'Gotham-Black', margin: 15, fontSize: 14, color: '#c9af6d', top: 120 }}>
{this.state.account_number}
{this.state.card_number}
</Text>
</View>
</ImageBackground>
......
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