1.0.3 • Published 6 years ago
react-hooks-pull-to-refresh v1.0.3
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 --saveyarn:
yarn add react-hooks-pull-to-refreshRequirement
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"
}
}