Allow nav swipes to start from anywhere on the screen
parent
44c85bbc56
commit
46d20cdde8
|
@ -146,7 +146,6 @@ export const MobileShell: React.FC = observer(() => {
|
||||||
const swipeGesture = useMemo(
|
const swipeGesture = useMemo(
|
||||||
() =>
|
() =>
|
||||||
Gesture.Pan()
|
Gesture.Pan()
|
||||||
.hitSlop(SWIPE_GESTURE_HIT_SLOP)
|
|
||||||
.onUpdate(e => {
|
.onUpdate(e => {
|
||||||
if (store.nav.tab.canGoBack) {
|
if (store.nav.tab.canGoBack) {
|
||||||
swipeGestureInterp.value = Math.max(
|
swipeGestureInterp.value = Math.max(
|
||||||
|
|
Loading…
Reference in New Issue