Skip to content

Commit cd21d02

Browse files
author
William Seow
committed
fixes
1 parent fbcec20 commit cd21d02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RefreshControl.web.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export default function RefreshControl({
7575
PanResponder.create({
7676
onStartShouldSetPanResponder: () => false,
7777
onStartShouldSetPanResponderCapture: () => false,
78-
onMoveShouldSetPanResponder: () => {
78+
onMoveShouldSetPanResponder: (_,gestureState) => {
7979
if (!containerRef.current) return false
8080
const containerDOM = findNodeHandle(containerRef.current)
8181
if (!containerDOM) return false

0 commit comments

Comments
 (0)