chilijung / react-native-image-page

react-native image-carousel with zoom-pan gestures and full-screen support, work on both iOS and Android
20 stars 8 forks source link

added scrollThumbs option #11

Closed bradsolves closed 6 years ago

bradsolves commented 6 years ago

Added “Scroll with Thumbnails” functionality

Added scrollThumbs prop that, when set to false, will statically show the first image in the carousel as a thumbnail, rather than a scrolling carousel of thumbnails. When the scrollThumbs prop is set to true, the carousel will retain its default scrolling thumbnail functionality.

This functionality is good for an "album cover" style feature

bradsolves commented 6 years ago

will re-submit after fixing showModal bug