React Native Fetch does not render response until after clicking screen

十年热恋 提交于 2019-11-29 11:26:47

I saw a problem like yours. It's not about your code. Are using the app in the Remote JS debugging mode? If so, disable it. If it didn't work, try to install a release version.

(Posted on behalf of the OP).

Apparently it was due to running the app in debug mode. Running the app with this.setState works just fine when not in debug mode.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!