ascoders / react-native-image-viewer

🚀 tiny & fast lib for react native image viewer pan and zoom
MIT License
2.44k stars 580 forks source link

How to change key URL on URI? #295

Closed VTSingle closed 5 years ago

VTSingle commented 5 years ago

I have an array [{uri: 'http://aboutreact.com/wp-content/uploads/2018/07/sample_img.png'},{uri: 'http://aboutreact.com/wp-content/uploads/2018/07/sample_img.png'}] but the module working only with key URL, how I can change it?

dayaki commented 5 years ago

Hi @VTSingle am facing same issue, how are you able to solve it?