gpt4 book ai didi

react-native - react native : TypeError: Network Request Failed

转载 作者:行者123 更新时间:2023-12-04 04:10:33 28 4
gpt4 key购买 nike

当我尝试在 chrome 控制台中运行下面的代码时,它可以工作并且我在浏览器中收到警报,但是当我尝试在 react native 环境中运行相同的代码时,我得到一个错误:“ TypeError:网络请求失败 ”。

makeRequest(){
fetch('http://localhost:3000/')
.then(response => response.json())
.then(data => alert(data))
.catch(e => alert(e));
}


render() {
return(
<View style = {styles.main}>
{setTimeout(()=>this.makeRequest(),1000);}
</View>
)
}

最佳答案

使用 10.0.2.2 IP 地址而不是 localhost。

关于react-native - react native : TypeError: Network Request Failed,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50724895/

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