PaulBGD / react-native-image-slider

A quick and easy image slider for react native. Maintainer wanted!
MIT License
237 stars 103 forks source link

Android loop support #54

Open ArtiomShapovalov opened 6 years ago

ArtiomShapovalov commented 6 years ago

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.

MauricioRojasf commented 6 years ago

Any update on this behavior?

ArtiomShapovalov commented 6 years ago

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 😉

ArtiomShapovalov commented 6 years ago

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)

MauricioRojasf commented 6 years ago

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 https://github.com/facebook/react-native/issues/16522