Skip to content

Commit f5e32f7

Browse files
committed
Partially workaround the issue
1 parent 4349ba3 commit f5e32f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/gesture-handler/ScreenGestureDetector.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import {
2424
} from './constraints';
2525
import { GestureProviderProps } from '../types';
2626

27-
const EmptyGestureHandler = Gesture.Fling();
27+
const EmptyGestureHandler = Gesture.Fling().enabled(false);
2828

2929
const ScreenGestureDetector = ({
3030
children,

0 commit comments

Comments
 (0)