georstat/react-native-image-cache

[Feature Request] can i get cached image path?

Opened this issue · 2 comments

i need to get height and width of the image. currently i am using Image.getSize(), in it i need to pass the uri. so to do that can i get the cached path of the image?

+1

You can use the code in below

const path = CacheManager.get(source, undefined).getPath()