react-native-image-sequence
react-native-image-sequence copied to clipboard
Working with file uri
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'} ];
I would also love to being able to do this..