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 add image description caption? #318

Closed sunviwo closed 4 years ago

sunviwo commented 5 years ago

Hi, Great package. I'd like to know whether there is a way to display a description text at the bottom of each image. By the way, planning to add video player by any chance?

DISKONEKTeD commented 5 years ago

you can use the renderFooter prop (it receives a react component, so feed it a view comp with a text comp in it perhaps). Just feed it an array of texts you can set in the state perhaps

sunviwo commented 4 years ago

Worked. Thank you.