jayesbe / react-native-cacheable-image

An Image Component for React Native that will cache itself to disk.
MIT License
304 stars 78 forks source link

How to check the current cache size and delete them #52

Open gameboyVito opened 7 years ago

gameboyVito commented 7 years ago

How to set the cache size? Tons of images will be cached in the local storage, methods to check the current cache size and delete all cached files, or a prop to set the limit of cache size would be very helpful.

jayesbe commented 7 years ago

yeah this has been requested.. I have to look into this.