React Native: Possible unhandled promise rejection

后端 未结 6 1739
再見小時候
再見小時候 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:19

    In My case, I am running a local Django backend in IP 127.0.0.1:8000 with Expo start. Just make sure you have the server in public domain not hosted lcoally on your machine

提交回复
热议问题