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
{{ message }}
This repository was archived by the owner on May 12, 2020. It is now read-only.
If you imagine an instagram or twitter feed where you maybe have 10,000 pixels of elements, and you want to load more as you get to the bottom, well this doesn't work with this library. I've had a look in _distanceFromEnd and because the element is bigger than the scroll view, it automatically triggers a load. In fact, I load 20+ pages instantly without debouncing.