React native image upload error with Axios :Network error

199 Views Asked by At

React-Native version 0.63I am using Axios with Image upload to backend but getting error [Error:Network error ]

1

There are 1 best solutions below

0
deepanshu katyal On

I faced this issue, I guess this issue about Flipper Network.

For while, I commented initializeFlipper(this, getReactNativeHost().getReactInstanceManager())

in this file /android/app/src/main/java/com/{your_project}/MainApplication.java

NOW THIS IS WORKING PROPERLY