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

Get selected index

Open vishalpachpande opened this issue 7 years ago • 2 comments

I want to get selected item index from carousel is there any way ? and can any one tell me what is the use of "initialIndex" in this module

vishalpachpande avatar Mar 17 '17 07:03 vishalpachpande

We have current index internally but not expose outside in the mean time.

initialIndex is the first seen item in carousell after component mounted. But it is buggy if your initialIndex larger than ListView initialListSize.

Kudo avatar Mar 24 '17 17:03 Kudo

Hi above motioned logic is working for android perfectly but in ios its not providing proper currentIndex

vishalTechnoFreek avatar Mar 30 '17 07:03 vishalTechnoFreek