gpt4 book ai didi

react-native - React Native获取不起作用

转载 作者:行者123 更新时间:2023-12-02 04:36:39 25 4
gpt4 key购买 nike

try {
fetch(url)
.then((response) => response.json())
.then((responseJson) => {

})
.catch((error) => {
console.error("REQ ERROR::: " + error);
});
} catch (ex) {
console.error("REQ ERROR::: " + JSON.stringify(ex));
}

但是日志说

undefined 不是对象(评估“self.fetch”)

如何解决呢?

最佳答案

npmbuilder缓存可能是一个问题。您必须具有另一个依赖于whatwg-fetch的依赖项。

您可以使用npm ls whatwg-fetch轻松检查。

删除使用whatwg-fetch的依赖项,然后重新安装它。同时清除构建器缓存。如果您正在使用expo expo start -c
您会找到一些解决方案说明:global.self = global。这不是真正的解决方案。

关于react-native - React Native获取不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41949592/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com