Allow nav swipes to start from anywhere on the screen

zio/stable
Paul Frazee 2022-09-09 11:55:31 -05:00
parent 44c85bbc56
commit 46d20cdde8
1 changed files with 0 additions and 1 deletions

View File

@ -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(