-
-
Notifications
You must be signed in to change notification settings - Fork 338
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
Carousel items not moving #570
Comments
Based on the code snippet you've provided, it seems like you're correctly using the The issue you're experiencing might be related to some open issues in the As for the To resolve this issue, ensure that your
Without the implementation details of the I hope this helps! If you have any more details about your implementation or if there's anything else you'd like to know, feel free to ask. Sources
|
@dosu-bot thanks - you're a cool bot, but that didn't end up helping. |
@ryanchapel-hero I'm sorry to hear that the previous response didn't fully address your issue. I understand that troubleshooting these kinds of problems can be frustrating. If you could provide more specific details about your implementation, such as the Feel free to provide any additional information, and I'll do my best to assist you further.
|
This was a duplicate of #509 |
Hoping you can point out if I'm doing something incorrectly in the carousel - my items are not moving when I initiate
ref.current.next()
,ref.current.prev()
, or when usingref.current.scrollTo({ count: 1 })
:Describe the bug
The carousel items do not move at all.
To Reproduce
Steps to reproduce the behavior:
Watch my gif - the progress indicator at the bottom moves when I click 'Next' (the right arrow) and will move by itself if
autoplay={true}
, but the carousel items themselves don't moveExpected behavior
The carousel items should move to the left when clicking the right arrow or when
autoplay={true}
Screenshots
Versions (please complete the following information):
"react": "^18.2.0",
"react-native": "0.72.6",
"react-native-gesture-handler": "^2.15.0",
"react-native-reanimated": "^3.8.0",
"react-native-reanimated-carousel": "^3.5.1"
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: