Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mobile/Expo web support #148

Open
tiagob opened this issue Oct 4, 2020 · 0 comments
Open

Mobile/Expo web support #148

tiagob opened this issue Oct 4, 2020 · 0 comments

Comments

@tiagob
Copy link
Owner

tiagob commented Oct 4, 2020

Describe the bug
Multiple errors when run in the browser for Expo mobile.

To Reproduce
Steps to reproduce the behavior:

  1. yarn start from root
  2. Navigate to http://localhost:19002/
  3. Click "Run in web browser"

Errors:

  • Auth0 issue. Requires http://localhost:3000 in native application callback urls
    • Callback URL mismatch. The provided redirect_uri is not in the list of allowed callback URLs
  • React Navigation isn't set up for web
  • ApolloClient doesn't properly initialize because manifest is undefined
@tiagob tiagob changed the title Mobile/Expo web Mobile/Expo web support Oct 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant