react-native-fast-image
react-native-fast-image copied to clipboard
Is there any way to read the cached image file path in react-native-fast-image
@DylanVann I am using react-native fast image to show the images(remote urls) from my server. How can I read the file path of that image.
@DylanVann Is there any way to return the cached image file path in callback function?
same issue
Is there any updates ?
According SDWebImage code, the path of cached images is:
~/Library/Caches/default/com.hackemist.SDWebImageCache.default/
#877