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 b122859 commit 5eddcfbCopy full SHA for 5eddcfb
src/gesture-handler/ScreenGestureDetector.tsx
@@ -24,6 +24,8 @@ import {
24
} from './constraints';
25
import { GestureProviderProps } from '../types';
26
27
+// The detector is disabled to work around issue with pressables
28
+// losing focus. See https://github.com/software-mansion/react-native-screens/pull/2819
29
const EmptyGestureHandler = Gesture.Fling().enabled(false);
30
31
const ScreenGestureDetector = ({
0 commit comments