meliorence / react-native-snap-carousel

Swiper/carousel component for React Native featuring previews, multiple layouts, parallax images, performant handling of huge numbers of items, and more. Compatible with Android & iOS.
BSD 3-Clause "New" or "Revised" License
10.37k stars 2.29k forks source link

Snap only one 1 index at once. #905

Closed pbrochar closed 2 years ago

pbrochar commented 2 years ago

Hello !

I would like to know how to snap from one index to the next no matter how fast you swipe. At the moment, when I swipe "fast" I move several items. I would like to reproduce a behavior a bit like Instagram with only 1 index move, no matter the distance or the swipe speed.

Thanks for help !

pbrochar commented 2 years ago

Sorry, added in version 4.0.0-beta

svenlombaert commented 2 years ago

Sorry, added in version 4.0.0-beta

@pbrochar how/where was this added?

yudizAnkita commented 2 years ago
  @svenlombaert  Set below props and you will able to snap only one item/index at once
useExperimentalSnap={true}
disableIntervalMomentum={true}