Skip to content Skip to sidebar Skip to footer

React Native Fetch Does Not Render Response Until After Clicking Screen

So I've been building an app that uses the Fetch API to make a request. Unfortunately, I think the code shown in the Facebook docs are (may be?) incorrect. Problem When starting th

Solution 1:

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.


Post a Comment for "React Native Fetch Does Not Render Response Until After Clicking Screen"