react-native-fast-image icon indicating copy to clipboard operation
react-native-fast-image copied to clipboard

Add function to get local image file uri from disk cache.

Open banli17 opened this issue 6 years ago • 5 comments

CameraRoll.saveToCameraRoll can save image to local , but android need a URI, such as "file:///sdcard/img.png"。 can react-native-fast-image get this uri? like react-native-img-cached

banli17 avatar Mar 15 '18 07:03 banli17

It can on master. @DylanVann can we get a 4.0.1 with this in? I have to use 3bcb02219c75195fc69cf6cdff9faebedae9338e in my package.json right now.

Thanks :)

tonyhb avatar Mar 23 '18 17:03 tonyhb

In the case of file: or content: urls FastImage will fall back to using Image. This is included in the current version on npm, v4.0.8.

edit: oh, I think that's not actually what you want. @tonyhb that should work for you though.

I can look into providing this. PRs are welcome.

DylanVann avatar May 01 '18 07:05 DylanVann

Thanks; this feature is I was looking for; thanks in advance

bichocj avatar May 25 '18 12:05 bichocj

will be great to have this feature

nes123 avatar Sep 20 '18 13:09 nes123

anyone know is this feature finally released or not?

tryanbot avatar Jan 29 '22 16:01 tryanbot