react-simple-pull-to-refresh
react-simple-pull-to-refresh copied to clipboard
npm install react-simple-pull-to-refresh
Update package.json peerDependencies to support react 18.
I am starting a new project, and want to use this in my project. but seems not available in [email protected]
Bumps [terser](https://github.com/terser/terser) from 4.3.9 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...
Bumps [ws](https://github.com/websockets/ws) from 5.2.2 to 5.2.3. Release notes Sourced from ws's releases. 5.2.3 Bug fixes Backported 00c425ec to the 5.x release line (76d47c14). Commits 6dd88e7 [dist] 5.2.3 76d47c1 [security] Fix...
Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3. Changelog Sourced from shell-quote's changelog. 1.7.3 Fix a security issue where the regex for windows drive letters allowed some shell meta-characters to escape the...
Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.0.7 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) 1.1.0 Improve performance...
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...
I noticed the pull to refresh only works if the element is already at the top of the page. I want it to activate even if I start halfway down...
Prop I have passed canFetchMore={false} pullDownThreshold={120} maxPullDownDistance={150} pullingContent="" refreshingContent={loader animation component} onRefresh= function help me fix this issue. I cannot find where this white space is coming from. 
First of all thank you for this awesome lib! 🙏🏼 Currently, the css is bundled with js, and injected at runtime with some magic `injectStyles` function. In my project I...