I'm using Auth0 to add authentication to my React Native app. I've followed all the steps from https://auth0.com/docs/quickstart/native/react-native/00-login and it is working on the iOS App, but doesn't on the Android app. Simply put, the Universal Login page doesn't redirect back to my app after a successful login (I checked in the Auth0 logs, the login is indeed successful).
My guess is that there is an issue with Android's redirect URL, but I can't figure it out. Maybe the fact that the apps are in internal testing for now affects the redirect URL? I'm hoping someone has had the same issue and has a solution, cause I've run out of ideas to try.
Also, that's secondary, but I can't try and debug with the Android simulator as the Universal login page doesn't even load in local...
Any help would be greatly appreciated!