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

Start image preview from clicked image

Open 4spen opened this issue 4 years ago • 2 comments

Is it possible to start image preview from clicked photo?

Current behaviour: if I have array of three images and I click second or third image, preview starts from first array item.

Expected behaviour: Start preview from clicked image - second or third.

If possible any example would be appreciated.

4spen avatar Sep 29 '19 08:09 4spen

You need to pass the index of the picture => index={1}. You will immediately go to 2 element

Kachanov-dev avatar Oct 28 '19 09:10 Kachanov-dev

This is exactly what I needed. Thanks!

polcats avatar Sep 14 '20 06:09 polcats