What could be causing this slow fetch in react native?

前端 未结 3 2156
闹比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

    As you've found out yourself, this is a known bug that should be fixed in react-native v0.31

提交回复
热议问题