react-hooks-pull-to-refresh
v1.0.3
Published
The pull-to-refresh user interface pattern implemented with React Hooks.
Downloads
8
Maintainers
Readme
react-hooks-pull-to-refresh
The pull-to-refresh user interface pattern implemented with React Hooks.
Installation
npm:
npm install react-hooks-pull-to-refresh --save
yarn:
yarn add react-hooks-pull-to-refresh
Requirement
You need to install the following peerDependencies
into your project at the same time:
{
"peerDependencies": {
"react": "^16.8.0",
"react-dom": "^16.8.0",
"styled-components": ">= 4.1.4 || >= 5.0.0"
}
}