Closed mitchdowney closed 7 months ago
i had a similar problem, it was due to RN-blob-util had incomplete downloads that lingered in the temp folder; i ended up with a button that does a ls from the temp folder and deleted all files that is not registered with my app.
This should be in v4.16.0.
Possibly iOS only?
When I checked my app installed, I had 11GB. I went to Settings > Downloads and Settings > Other and deleted both, but the app only dropped to 5GB installed.
The only way I was able to remove the excess storage being used was to delete and reinstall the app 😕 after a fresh install, the app only took up 30MB, so it would appear that somehow downloaded episodes are getting stuck in our app storage, and cannot be removed.
At a minimum, we need a way to make the "delete downloaded episodes" button in settings to actually delete all audio/video files, not just the ones that we have references saved to for downloaded episodes.
Ideally we need to figure out how these files are getting lost in app storage in the first place and prevent it from happening.