react-pull-to-refresh icon indicating copy to clipboard operation
react-pull-to-refresh copied to clipboard

Pull to load?

Open MarioHdezDev opened this issue 1 year ago • 1 comments

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.

MarioHdezDev avatar Nov 23 '23 20:11 MarioHdezDev

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.

Lexpeee avatar Dec 20 '23 05:12 Lexpeee