Auth0 Expo implementation fails when adding auth0 plugin

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
}
]
],

Hey there!

Can you share the specific link to the resource you are following? Thank you!

Hi @konrad.sopala
I tried to configure it based on this link and got the same error.

@konrad.sopala please forget about this, it is my stupidity to not install it first before running prebuild.

1 Like

No problem! We’ve all been there! Glad it works!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.