We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Refresh is always running. How to control to only give update at the top of the application when it is not at the top?
The text was updated successfully, but these errors were encountered:
onRefresh prop takes a function, which will be passed two params in: resolve and reject.
onRefresh
resolve
reject
Just call the resolve and reject in your onRefresh handler at the right time. https://github.com/Broltes/react-touch-loader/blob/master/example/app.jsx#L20
Sorry, something went wrong.
No branches or pull requests
Refresh is always running. How to control to only give update at the top of the application when it is not at the top?
The text was updated successfully, but these errors were encountered: