react-native-drop-refresh
A pull down to refresh control for react native. This is a fork version from Shuangzuan/RCTRefreshControl.
Better npm maintainess,issues are welcomed.
Update 2.2.0 Support react-native 0.40.0, change CMD to ES6 syntax.
Update 2.1.0 Support react-native 0.20.0, solve module name collsion issue.
Installation
Run npm install react-native-drop-refresh --save in your project directory.
Run react-native link to link the lib up.
Add import DropRefreshControl from 'react-native-drop-refresh'; to your code.