joltup / rn-fetch-blob

A project committed to making file access and data transfer easier, efficient for React Native developers.
MIT License
2.81k stars 772 forks source link

Convert result into blob #591

Open isot1990 opened 4 years ago

isot1990 commented 4 years ago

In order convert result into blob, I am trying to use res.blob() method but it says "Cannot read property 'Content-Type' of undefined at FetchBlobResponse.blob" and gives error. I don't understand how to use this method. Could you give an example about it?

shakogele commented 3 years ago

I have the same issue on Android only, on IOS it works fine, did you find any solution for that?

skizzo commented 1 year ago

Facing this too, did you find a solution?