react-native-pullview
Advanced tools
+1
-1
@@ -114,3 +114,3 @@ 'use strict'; | ||
| } else if (isDownGesture(gesture.dx, gesture.dy)) { //下拉 | ||
| this.state.pullPan.setValue({x: 0, y: gesture.dy / 3}); | ||
| this.state.pullPan.setValue({x: this.defaultXY.x, y: this.defaultXY.y + gesture.dy / 3}); | ||
| if (gesture.dy < this.state.topIndicatorHeight + pullOkMargin) { | ||
@@ -117,0 +117,0 @@ if (!this.state.pulling) { |
+1
-1
| { | ||
| "name": "react-native-pullview", | ||
| "version": "1.0.2", | ||
| "version": "1.0.3", | ||
| "description": "PullView component in React Native both for Android and iOS, pull to refresh", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
11648
0.29%