React Native Post Request via Fetch throws Network Request Failed

前端 未结 9 1576
[愿得一人]
[愿得一人] 2020-12-15 16:51

I´ve came across the following error. At the moment I developing an Android App with React Native therefore I´m planning to use fetch for doing a post request for me.

9条回答
  •  我在风中等你
    2020-12-15 17:22

    step1> add android:usesCleartextTraffic="true" line in AndroidManifest.xml like:

    // add this line ... step2> Delete all debug folder from your android folder..

提交回复
热议问题