应用程序启动时,fetch未定义

时间:2017-08-04 13:31:09

标签: asynchronous react-native fetch-api

我在应用启动时使用AsyncStorage,但每当我在fetch()启动使用componentDidMount()的组件时,我收到此错误fetch is undefined,但重新启动应用后一切正常(仅在安装应用程序后出错)。

我发现fetch API通常由JS启动时的react-native填充,但我找不到修复它的方法。

enter image description here

代码

fetch('http://a..e.com/wp-json/wp/v2/offers')
                .then((resp) => resp.json()).then((response) => {

0 个答案:

没有答案