react-native-snap-carousel icon indicating copy to clipboard operation
react-native-snap-carousel copied to clipboard

Long swiping going to end . I want to stop it

Open imdipprokash opened this issue 1 year ago • 0 comments

Long swiping going to end . I want to stop it

<Carousel ref={refCrousal} data={carousalData} vertical={false} autoplay={true} renderItem={renderItem} sliderWidth={SLIDER_WIDTH} itemWidth={ITEM_WIDTH} inactiveSlideShift={0} onSnapToItem={index => setIndex(index)} useScrollView={true} />

imdipprokash avatar Mar 13 '23 07:03 imdipprokash