TheStanfordDaily / stanforddaily

The Stanford Daily website frontend is proudly powered by Expo.
https://www.stanforddaily.com/
Apache License 2.0
59 stars 8 forks source link

use cross-fetch instead of isomorphic-fetch #84

Closed epicfaace closed 4 years ago

epicfaace commented 4 years ago

Otherwise I get an error when running the app on Android, saying "can't find api: self". Turns out that isomorphic-fetch doesn't work well with React Native (see https://github.com/core-api/javascript-client/pull/53).

epicfaace commented 4 years ago

Not needed because we're using the other repo (stanforddaily-mobile) for the mobile app now.