You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The normal layout carousel stops after the second slide. I have copied the exact code snippet from the docs. For your information, the carousel is in a component inside a vertical scrollview.
Hello @tanmayR18! I'm here to assist you with any technical issues or questions you have. Let's work together to solve the problem you're encountering.
There is a similar open issue regarding the autoPlay feature not working as expected when the carousel is placed inside a ScrollView on Android. The suggested solution involves manually controlling the autoPlay feature based on the ScrollView's scroll activity. This can be done by pausing autoPlay when scrolling starts and resuming it once scrolling stops. You can achieve this by using onScrollStart and onScrollEnd handlers to manage the autoPlay state effectively [1].
Here's a brief example of how you might implement this:
Describe the bug
The normal layout carousel stops after the second slide. I have copied the exact code snippet from the docs. For your information, the carousel is in a component inside a vertical scrollview.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The carousel should autoplay each slide and continue infinitely without any user interaction.
**Versions **
-"react-native": "0.75.3",
Smartphone ]
The text was updated successfully, but these errors were encountered: