Closed
Description
I followed the quick start for react-native.
Now I'm trying to show the login page with
auth0.webAuth .authorize({ scope: 'openid email', audience: 'https://ramtin.auth0.com/userinfo' }) .then(credentials => console.log(credentials)) .catch(error => console.log(error));
But I'm getting "Could not invoke A0Auth.showUrl" error
"react-native": "0.44.0",
"react-native-auth0": "^1.0.3",