Commit 3c4bc38f authored by Trisno's avatar Trisno

update build 106

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