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 has been archived by the owner on Jan 4, 2020. It is now read-only.
Although I thought isomorphic-fetch was a safe way to add support for any environment, it seems that is not compatible with react-native isomorphic-fetch#125. It uses the global self which is not available in react-native.
While not ideal, it's probably safer to let the consumer include a polyfill if necessary.
The text was updated successfully, but these errors were encountered:
Although I thought
isomorphic-fetch
was a safe way to add support for any environment, it seems that is not compatible with react-native isomorphic-fetch#125. It uses the globalself
which is not available inreact-native
.While not ideal, it's probably safer to let the consumer include a polyfill if necessary.
The text was updated successfully, but these errors were encountered: