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
The problem is that in Android you can't scroll left past the first element, ScrollView does not bounce in Android.
The goal of this issue to find a workaround for this behavior.
The text was updated successfully, but these errors were encountered:
Hey! Unfortunately, it's still an issue. I've not been able to research it yet, I hope to find some time in future to look for a solution. But I also welcome any PRs with improvements 😉
One of the solutions, in my opinion, is to change the way loop works completely. I believe the approach should be implemented somewhere. If you know component or module with loop implementation don't hesitate to let me know. Cheers)
After a bit of research, I discover that its a problem with the ScrollView when working horizontally, and this behavior seems to appears in versions after 0.4.9.5 of RN. look at this facebook/react-native#16522
The problem is that in Android you can't scroll left past the first element, ScrollView does not bounce in Android.
The goal of this issue to find a workaround for this behavior.
The text was updated successfully, but these errors were encountered: