-
Couldn't load subscription status.
- Fork 231
Closed
Labels
bugThis points to a verified bug in the codeThis points to a verified bug in the code
Milestone
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",
balinthaller, Franklin62120, sergeylaptev and SMJ93
Metadata
Metadata
Assignees
Labels
bugThis points to a verified bug in the codeThis points to a verified bug in the code