Skip to content
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

Android loop support #54

Open
ArtiomShapovalov opened this issue Feb 1, 2018 · 4 comments
Open

Android loop support #54

ArtiomShapovalov opened this issue Feb 1, 2018 · 4 comments
Labels

Comments

@ArtiomShapovalov
Copy link
Collaborator

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
Copy link

Any update on this behavior?

@ArtiomShapovalov
Copy link
Collaborator Author

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
Copy link
Collaborator Author

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants