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 52e0df3 commit d77402fCopy full SHA for d77402f
1 file changed
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