react-native-image-page icon indicating copy to clipboard operation
react-native-image-page copied to clipboard

Additional Carousel Functionality Added

Open bradsolves opened this issue 7 years ago • 2 comments

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 avatar Apr 15 '18 18:04 bradsolves

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 avatar May 01 '18 20:05 bradsolves

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)

bradsolves avatar May 07 '18 19:05 bradsolves