Skip to content

react-native-china/react-native-drop-refresh

 
 

Repository files navigation

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.

NPM NPM

####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.

Screen Shot

Screen Shot

Installation

  1. Run npm install react-native-drop-refresh --save in your project directory.
  2. Run react-native link to link the lib up.
  3. Add import DropRefreshControl from 'react-native-drop-refresh'; to your code.

Usage