-
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
Add option to limit number of scrolled items to 1 #296
Comments
Hi @marcmo, Prop To provide a bit more context about why this is not an easy thing to accomplish, you need to know that despite being one of the most wanted feature, the React Native team have not implement yet a proper equivalent of the iOS Still, ideas and PR are always welcome ;-) |
thanks for the fast reply @bd-arc ...yes I know about the snapToInterval issue in Android...a pity! that's actually the reason I tried your library ;) |
Could we keep this open in case someone else has an alternative solution, I really need this for a project I'm working on :P |
@CodeLuca Sure, but don't get your hopes too high for now ;-) Unless the Facebook team implement a proper FYI, I've been thinking about implementing a custom |
@bd-arc Any new solutions or ideas? |
This comment was marked as spam.
This comment was marked as spam.
For everyone still looking for a solution. Use those properties from ScrollView, worked wonders for me. disableIntervalMomentum |
Is this a bug report or a feature request?
Feature Request
Have you read the guidelines regarding bug report?
Yes
Have you read the documentation in its entirety?
Yes
Description
would be great to enable a mode where users only fling one element at a time: no matter how quick the gesture is, only the next element should be centered.
Maybe this is already possible but I haven't found it anywhere in the documentation or the examples.
The text was updated successfully, but these errors were encountered: