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 4349ba3 commit f5e32f7Copy full SHA for f5e32f7
1 file changed
src/gesture-handler/ScreenGestureDetector.tsx
@@ -24,7 +24,7 @@ import {
24
} from './constraints';
25
import { GestureProviderProps } from '../types';
26
27
-const EmptyGestureHandler = Gesture.Fling();
+const EmptyGestureHandler = Gesture.Fling().enabled(false);
28
29
const ScreenGestureDetector = ({
30
children,
0 commit comments