Describe the bug
Multiple errors when run in the browser for Expo mobile.
To Reproduce
Steps to reproduce the behavior:
yarn start from root
- Navigate to http://localhost:19002/
- 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
Describe the bug
Multiple errors when run in the browser for Expo mobile.
To Reproduce
Steps to reproduce the behavior:
yarn startfrom rootErrors:
ApolloClientdoesn't properly initialize becausemanifestisundefined