Eduardo Parucker

Results 4 comments of Eduardo Parucker

``` react: 17.0.1 => 17.0.1 react-native: 0.64.3 => 0.64.3 ``` Still not working with `"axios": "^0.24.0"`

I resolve the **network error** problem setting file like this ``` { name: 'files', type: 'image/png', uri: Platform.select({ ios: file.uri.replace('file://', ''), android: file.uri }), } ``` info ``` react: 17.0.1...

> only downgrading to version 0.24.0 works. I had already downgraded, but the way I was passing the object caused the error too, so I added the info above if...

inside catch(error)... ```javascript if (error.code === 'E_PICKER_CANCELLED') { return false; } ```