Commit 253af2af authored by Wahyu Adjie Prasetyo's avatar Wahyu Adjie Prasetyo

aa

parent c5ecd381
{
"expo": {
"name": "Excelso_update v1. 13.05.2020",
"name": "Excelso_update v1. pagi.13.05.2020",
"slug": "excelso-pro",
"privacy": "public",
"sdkVersion": "36.0.0",
......
......@@ -50,7 +50,7 @@ class Home extends React.Component {
componentWillUnmount() {
this._unsubscribe();
}
_getPermissions = async () => {
let { status } = await Permissions.askAsync(Permissions.LOCATION);
if (status !== 'granted') {
......@@ -294,7 +294,7 @@ class Home extends React.Component {
<TouchableOpacity style={styles.submitUpgradePemium} activeOpacity={.5} onPress={this.onPress}>
<Text style={{ textAlign: 'center', bottom: 5, color: 'white' }}>TOP BALANCE </Text>
</TouchableOpacity>
<Text> 13 May 2020 </Text>
<Text> V.1234. 13 May 2020 </Text>
<View style={{ height: 60 }}></View>
</View>
</View>
......
......@@ -43,8 +43,9 @@ class ShoppingCart extends React.Component {
componentDidMount() {
console.log(this.props.voucher)
console.log('INI VALUE : ' + this.props.value_voucher)
// console.log(this.props.voucher)
// console.log('INI VALUE : ' + this.props.value_voucher)
if (!this.props.type_pickup) {
this.getRate()
}
......
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