Commit 3c4bc38f authored by Trisno's avatar Trisno

update build 106

parent 23922c05
{
"expo": {
"extra" : {
"buildNumber" : "104",
"buildNumber" : "106",
"remarks": ""
},
......
......@@ -332,7 +332,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>
......@@ -395,7 +395,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