with-auth0 example not logging in on Andorid
tiagob opened this issue · 0 comments
tiagob commented
Describe the bug
Can't login using with-auth0 on Andorid. Works fine on iOS
To Reproduce
Steps to reproduce the behavior:
- Clone the example
- Set the required Auth0 fields in App.js
- Add missing app.json
- Run
expo start
- Launch the Android Emulator in Android Studio (I'm using Pixel 3)
- Click run on Android device/emulator
- Click "LOG IN WITH AUTH0"
- Sign in
- Spinner in expo never resolves (This works fine for iOS)
app.json
{
"name": "With Auth0",
"slug": "with-auth0",
"platforms": ["ios", "android"],
"version": "1.0.0",
"orientation": "portrait",
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": ["**/*"],
"ios": {
"supportsTablet": true
},
"scheme": "with-auth0"
}
Expected behavior
Logs in successfully
Desktop (please complete the following information):
- OS: iOS
- Browser: chrome
- Version: 3.24.2