joltup / rn-fetch-blob

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

RNFetchBlob is creating a folder called, "RNFetchBlob-blobs" on device storage #822

Open nica0012 opened 1 year ago

nica0012 commented 1 year ago

Great package!

I just noticed my app is saving blobs to user's document folder on IOS. RNFetchBlob is creating a folder called, "RNFetchBlob-blobs" and it currently has over 350 blobs that each are about 2-10mb.

How can I prevent this from happening to save users from having to store these blobs on their system?