You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
5 years ago | |
---|---|---|
.. | ||
assets | 5 years ago | |
es | 5 years ago | |
lib | 5 years ago | |
HISTORY.md | 5 years ago | |
README.md | 5 years ago | |
package.json | 5 years ago |
README.md
rmc-pull-to-refresh
React Mobile PullToRefresh Component.
Screenshots

Development
npm install
npm start
Example
http://localhost:8899/examples/
online example: http://react-component.github.io/m-pull-to-refresh/
install
Usage
see example
API
props
name | description | type | default |
---|---|---|---|
direction | pull direction, can be up or down |
String | down |
distanceToRefresh | distance to pull to refresh | number | 50 |
refreshing | Whether the view should be indicating an active refresh | bool | false |
onRefresh | Called when the view starts refreshing. | () => void | - |
indicator | indicator config | Object | { activate: 'release', deactivate: 'pull', release: 'loading', finish: 'finish' } |
className | additional css class of root dom node | String | - |
prefixCls | prefix class | String | 'rmc-pull-to-refresh' |
damping | pull damping, suggest less than 200 | number | 100 |
scale | damping scale | number | 0.6 |
Test Case
npm test
Coverage
npm run coverage
License
rmc-pull-to-refresh is released under the MIT license.