Commit 94174c65 authored by Wahyu Adjie Prasetyo's avatar Wahyu Adjie Prasetyo

bb

parent c06b7f95
{
"expo": {
"name": "Excelso_update 13.00 / 19.05.2020",
"name": "Excelso_update 09.00 / 20.05.2020",
"slug": "excelso-pro",
"privacy": "public",
"sdkVersion": "36.0.0",
......
......@@ -112,10 +112,8 @@ class MenuConfirmation extends React.Component {
{ cancelable: false }
);
}).catch(error => {
// const { navigation } = this.props
// let response = error.response.data
// session(response, navigation)
console.log(error)
console.log(" INI ERROR : " + error)
Alert.alert('error', error.response.msg);
this.setState({
spinner: false,
......@@ -186,6 +184,7 @@ class MenuConfirmation extends React.Component {
// const { navigation } = this.props
// let response = error.response.data
// session(response, navigation)
console.log("INI ERROR : " + JSON.stringify(error) )
Alert.alert(error.response.msg);
this.setState({
spinner: false,
......
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