React Native: Possible unhandled promise rejection

后端 未结 6 1738
再見小時候
再見小時候 2020-11-28 07:32

I\'m getting the following error: Possible unhandled promise rejection (id:0: Network request failed

Here\'s the promise code, I don\'t see what\'s wro

6条回答
  •  离开以前
    2020-11-28 08:21

    Adding here my experience that hopefully might help somebody.

    I was experiencing the same issue on Android emulator in Linux with hot reload. The code was correct as per accepted answer and the emulator could reach the internet (I needed a domain name).

    Refreshing manually the app made it work. So maybe it has something to do with the hot reloading.

提交回复
热议问题