-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Fix IOS and Android loop infinite scrolling issue #842
base: master
Are you sure you want to change the base?
Conversation
Tested on Android, and this PR works like a charm |
Tested and it works now! |
Can you share me your code snippet to reproduce this? |
"react": "^16.13.1", @Chathula I checked in both release and debug states. Please check and let me know. |
How did you integrate this PR? This fix is not published yet, so in order to use it you cloud either fork this repository, merge this branch locally and use it like that, OR use this PR as package directly. But be aware of the changes, the branch might get deleted when it gets merged, just keep an eye on your email because you will get notified
|
@mjdelb |
@Chathula Thanks a lot for the PR! The one issue I have is that we're no longer maintaining version 3.x of the plugin. We've been using version 4.x (see #678) for more than a year now in all of our apps. We actually discourage developers to use the previous versions since they were relying on too many hacks to circumvent RN ScrollView's limitations. So I'm basically torn right now: on the one hand I'm sure your PR is useful, on the other hand I'd like version 3 to rest in peace 😅 |
Platforms affected
true
What does this PR do?
What testing has been done on this change?