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

npm install react-simple-pull-to-refresh

Results 32 react-simple-pull-to-refresh issues
Sort by recently updated
recently updated
newest added
trafficstars

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...

dependencies

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...

dependencies

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...

dependencies

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...

dependencies

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...

dependencies

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. ![Capture](https://user-images.githubusercontent.com/22734070/123427427-3dbc2e00-d5e2-11eb-9675-34747053ebf7.PNG)

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...