We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbcec20 commit cd21d02Copy full SHA for cd21d02
src/RefreshControl.web.js
@@ -75,7 +75,7 @@ export default function RefreshControl({
75
PanResponder.create({
76
onStartShouldSetPanResponder: () => false,
77
onStartShouldSetPanResponderCapture: () => false,
78
- onMoveShouldSetPanResponder: () => {
+ onMoveShouldSetPanResponder: (_,gestureState) => {
79
if (!containerRef.current) return false
80
const containerDOM = findNodeHandle(containerRef.current)
81
if (!containerDOM) return false
0 commit comments