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 to custom binding? #304

Closed dayaki closed 5 years ago

dayaki commented 5 years ago

I am fetching my images from an API thats returns the image's id and I need to construct the url like http://website.com/image/${images.image} where images.image is the image's id.

How can I possibly use that with this library?