Allow nav swipes to start from anywhere on the screen
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user