react-pull-to-refresh
react-pull-to-refresh copied to clipboard
Pull to load?
Have you think of adding a pull up to load more data? I want an infinite scroll but is problematic to just trigger the event at X scroll position. Maybe this effect of pulling can be useful for the experience.
If not, i would like to talk with you to create a new one. Good day mate.
If I understand this correctly, you want a feature that would load more data upon refresh by pulling? If so, you can just change or add another logic of onRefresh
. You can do pretrty much everything on that prop, as long as you just fill up that prop to be used.