Ive been follwoing the Get Started guide for Expo users but could not make it work. Whenever I add the Auth0 plug in to the App.json file and run expo pre-build I get this message: "Failed to resolve plugin for module “react-native-auth0”. Even though im passing the correct domain like this
“plugins”: [
[
“react-native-auth0”,
{
“domain”: “dev-od2h8f8sa7cgx05n.us.auth0.com”
}
]
],