React Native Auth0 Possible Unhandled Promise Rejection

I found the solution by myself.

I didn’t pay attention on this warning from the tutorial:
This SDK is not compatible with “Expo Go” app. It is compatible only with Custom Dev Client and EAS builds.

I am using indeed the Expo Go-App. So I switched to Custom Dev Client and EAS builds, and this was the solution. The step-by-step how to do this is here:

1 Like