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

Additional Carousel Functionality Added #12

Open bradsolves opened 6 years ago

bradsolves commented 6 years ago

Added ActivityIndicator to Carousel This shows a visual indicator when images are loading in full screen carousel mode.

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

Added "Show Modal" functionality Added showModal prop that, when set to true, will launch the carousel modal. This is especially useful if you are trying to show the carousel model by clicking something other than the carousel thumbnail.

bradsolves commented 6 years ago

I changed the package.json to refer to my personal branch of react-native-image-viewer until my PR for react-native-image-viewer (https://github.com/ascoders/react-native-image-viewer/pull/178) is accepted

bradsolves commented 6 years ago

all - i reverted the package.json to the latest version of the master repo after approval of PR #178 (https://github.com/ascoders/react-native-image-viewer/pull/178)