1.0.3 • Published 4 years ago

react-hooks-pull-to-refresh v1.0.3

Weekly downloads
6
License
MIT
Repository
github
Last release
4 years ago

react-hooks-pull-to-refresh

npm version Build Status codecov

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"
  }
}

Document & Usage

storybook