Commit 5ee9d456 authored by Wahyu Adjie Prasetyo's avatar Wahyu Adjie Prasetyo

change butoon debug

parent 54813e71
...@@ -428,7 +428,7 @@ class Home extends React.Component { ...@@ -428,7 +428,7 @@ class Home extends React.Component {
<ActivityIndicator style={{ justifyContent: "center" }} size="large" color="#c9af6d" /> <ActivityIndicator style={{ justifyContent: "center" }} size="large" color="#c9af6d" />
</Card> </Card>
</View> </View>
) : ) :
this.state.account_number == "" ? ( this.state.account_number == "" ? (
<View style={styles.card}> <View style={styles.card}>
<Card style={{ padding: 10, margin: 10, alignContent: 'center', backgroundColor: '#838383' }}> <Card style={{ padding: 10, margin: 10, alignContent: 'center', backgroundColor: '#838383' }}>
...@@ -606,8 +606,7 @@ class Home extends React.Component { ...@@ -606,8 +606,7 @@ class Home extends React.Component {
<TouchableOpacity <TouchableOpacity
// style={styles.submitUpgradePemium} // style={styles.submitUpgradePemium}
activeOpacity={.5} activeOpacity={.5}
// onPress={() => this.props.navigation.navigate('TopUpInfo')} onPress={() => this.props.navigation.navigate('TopUpInfo')}
onPress={() => this.handleClaimCredit()}
> >
<View style={{ <View style={{
flex: 0.5, flex: 0.5,
......
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