react-native-cacheable-image
react-native-cacheable-image copied to clipboard
An Image Component for React Native that will cache itself to disk.
Images can't be loaded when I use ``and display `` all the time, after I reload many times ,The image displayed occasionally. But when I use `` and use the...
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...
I have read your source code and found that there is no way to pass a customised loading spinner to replace the default ActivityIndicator. The default one is ugly and...
If you run processSource twice in quick succession with the same image URI (like when networkAvailability becomes true), the component cancels the in-progress download and starts a new one. Some...
Hi, I need to create a scrollable cards list and want to set a scale animation on the images. Tried to add Animated and pass a transform method but got...
I fixed this with a simple `.replace` for my cases, but it definitely needs a more stable solution. Thanks so much for the module, super useful 👍
I'm about to contribute on this project and I'd like to suggest to start using a linter to keep code maintainable across contributors. I'd suggest using ESLint with Airbnb rules,...
I'm getting this warning when placing `` directly inside a `` component. One workaround for now is to wrap `` with ``
in code, How to clean up all the cache image?
How to set up Cache Size? I'm working on a project which could have thousands of image so obviously i just want library to cache only the latest image and...