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
I’m facing an issue with scrolling in FlashList. When I scroll long, 2-3 or more videos scroll at once. I want to restrict the scrolling so that only one video scrolls at a time. I’m using the onViewableItemsChanged method to manage the scroll.
Expected behavior
My expected behavior is that I want only one video to scroll at a time, regardless of whether the user scrolls long or short. I need to ensure that each scroll action moves only one video at a time
To Reproduce
Platform:
[✅] iOS
[✅] Android
Environment
x.y.z
The text was updated successfully, but these errors were encountered:
Current behavior
I’m facing an issue with scrolling in FlashList. When I scroll long, 2-3 or more videos scroll at once. I want to restrict the scrolling so that only one video scrolls at a time. I’m using the onViewableItemsChanged method to manage the scroll.
Expected behavior
My expected behavior is that I want only one video to scroll at a time, regardless of whether the user scrolls long or short. I need to ensure that each scroll action moves only one video at a time
To Reproduce
Platform:
Environment
x.y.z
The text was updated successfully, but these errors were encountered: