react-native-image-slider-banner icon indicating copy to clipboard operation
react-native-image-slider-banner copied to clipboard

OnItemChanged

Open iusama46 opened this issue 1 year ago • 1 comments

Hi, OnItemChanged method is not returning index, What's the issue?

iusama46 avatar Sep 30 '23 08:09 iusama46

Solution Change in props onItemChanged?: (itemData: DataType,index: number) => void;

Change in Indexjs onItemChanged(viewableItems[0].item, index)

iusama46 avatar Sep 30 '23 08:09 iusama46