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

When will we see a new version (i.e. v0.12.1)? #582

Open bachhuberdesign opened 4 years ago

bachhuberdesign commented 4 years ago

Hi, first off I wanted to say thank you for your hard work maintaining this library; it is a staple of many production apps (including my own). I sincerely hope that work will continue on it, since it is the fork that the community has standardized around.

My question is -- when will we see a new version released with the fixes that have been merged onto master? In my opinion, the RNFetchBlobReq.java changes are important enough to warrant a bugfix release, as the issues it fixes (i.e. crashing) are pretty huge.

oleksandr-dziuban commented 4 years ago

Yes, please, @Traviskn Could you please release the new npm version with this fix for Android? It's very important

zhuanghongji commented 4 years ago

yea, an urgent release will help someone who using the lib (v0.12.0) on production now to fix the crash, and help someone who will use the lib tomorrow.

rishabh876 commented 3 years ago

Is anyone using it this way in production? I don't think new version is coming. "rn-fetch-blob": "git+https://github.com/joltup/rn-fetch-blob.git"

ThaJay commented 2 years ago

Is anyone using it this way in production? I don't think new version is coming. "rn-fetch-blob": "git+https://github.com/joltup/rn-fetch-blob.git"

I'll give it a try but a release would be nice.

Is there another package that could be a drop in replacement?