-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Swiping one item at a time (question) #90
Comments
Hi @codejet, If you didn't read it already, you might find this useful. I suggest you play with the prop Hope this helps anyway. |
@codejet I am also looking for this feature. How you have supported this? |
sorry @sridhard, i don't have access to the code anymore and after one year also don't remember the details/solution |
adding decelerationRate={0} works for me though the scroll is a little slow on android |
@codejet how to solve this in 2020 because in V3.2.0 property |
Also wondering this, upgraded to 4.0.0-beta and its now possible to swipe through all items with a hard enough swipe. |
Any update on this? |
This repo is no longer maintained. |
Hey, is there a way to enforce that the carousel only moves one item at a time, no matter how strong/fast the swipe is, without using a method/callback property? It already works relatively well (using the code of example 1, even better when activating momentum it seems), but it's also not too hard to swipe multiple items at a time.
The text was updated successfully, but these errors were encountered: