DEV Community

Discussion on: React Native : How to upload an image to Cloudinary.

Collapse
 
danibordoli profile image
DaniBordoli • Edited

Hello!i get an error Network request failed while fetch , may i know how to fix it ? Thanks

Collapse
 
godswillokokon profile image
OGcodes

does this error happen on iOS? for Andriod add android:usesCleartextTraffic="true" in AndroidManifest.xml.

like this :




android:usesCleartextTraffic="true"
.......>
.......