From 46d20cdde82d0e1ab42e48baf3d4229b2922d4b7 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Fri, 9 Sep 2022 11:55:31 -0500 Subject: Allow nav swipes to start from anywhere on the screen --- src/view/shell/mobile/index.tsx | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/view/shell/mobile/index.tsx b/src/view/shell/mobile/index.tsx index cef72cfd4..a5e7ba701 100644 --- a/src/view/shell/mobile/index.tsx +++ b/src/view/shell/mobile/index.tsx @@ -146,7 +146,6 @@ export const MobileShell: React.FC = observer(() => { const swipeGesture = useMemo( () => Gesture.Pan() - .hitSlop(SWIPE_GESTURE_HIT_SLOP) .onUpdate(e => { if (store.nav.tab.canGoBack) { swipeGestureInterp.value = Math.max( -- cgit 1.4.1