What could be causing this slow fetch in react native?

前端 未结 3 2109
闹比i
闹比i 2021-02-20 05:38

In the following code, the first console.log message prints pretty much instantly. Then everything just hangs (I\'m initially assumed it was waiting for the body of the respons

3条回答
  •  天命终不由人
    2021-02-20 06:45

    What worked for me is moving the fetch calls inside the constructor of a react component. Otherwise they never resolve. Hope this helps

提交回复
热议问题