react-native-lightbox
react-native-lightbox copied to clipboard
[Feature request] Cycle through images
Would it be possible to pass the popup lightbox an array of images, which could be scrolled through in fullscreen view?
+1
+1, this seems essential
+1
See this comment: https://github.com/oblador/react-native-lightbox/issues/8#issuecomment-160352712
+1 - I'm currently attempting something similar using react-native-swiper, but I'd love to use it baked-in.
+1
In lieu of this being added, could someone recommend how to dynamically add images (ie from an API) to a carousel within "renderContent"?
I'm using "onOpen" to make the API call, but unsure how best to dynamically inject the images for "renderContent" to display.
Thanks
@schmoove: Why not use the branch that I linked to? Do you have android support requirement?
@oblador eventually, but for now I'll try the other branch - thanks!