expo/examples

with-auth0 example not logging in on Andorid

tiagob opened this issue · 0 comments

Describe the bug
Can't login using with-auth0 on Andorid. Works fine on iOS

To Reproduce
Steps to reproduce the behavior:

  1. Clone the example
  2. Set the required Auth0 fields in App.js
  3. Add missing app.json
  4. Run expo start
  5. Launch the Android Emulator in Android Studio (I'm using Pixel 3)
  6. Click run on Android device/emulator
  7. Click "LOG IN WITH AUTH0"
  8. Sign in
  9. 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

Screenshots
Screenshot_1597855669

Desktop (please complete the following information):

  • OS: iOS
  • Browser: chrome
  • Version: 3.24.2

Smartphone (please complete the following information):
Screen Shot 2020-08-19 at 9 54 05 AM