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

Working with file uri

Open mike-niemand opened this issue 7 years ago • 1 comments

Not really an issue, but is there anyway to make this work with file uri's? I've tried several approaches but they all end up blank without throwing an error.

const images = [ {uri: 'file:///storage/emulated/0/Pictures/GSGCYD/360(1).jpg'}, {uri: 'file:///storage/emulated/0/Pictures/GSGCYD/360(2).jpg'}, {uri: 'file:///storage/emulated/0/Pictures/GSGCYD/360(3).jpg'} ];

mike-niemand avatar Feb 22 '18 20:02 mike-niemand

I would also love to being able to do this..

retani avatar Apr 12 '19 12:04 retani