You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 23, 2018. It is now read-only.
There is an issue with fetch in React Native that prevents the usage of
localhost.A proposed solution is to use
Platform.selectto set the ApolloClient'sHttpLinkuri to one of several options:Android apparently allows 10.0.2.2 to equal localhost, but I haven't confirmed this myself.