Allow nav swipes to start from anywhere on the screen
This commit is contained in:
parent
44c85bbc56
commit
46d20cdde8
1 changed files with 0 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue