From cff10eb5d50811bf26cb34c86da5d8b781928575 Mon Sep 17 00:00:00 2001 From: ammarahm-ed Date: Tue, 26 Jul 2022 15:26:08 +0500 Subject: [PATCH] increase gesture sensitvity --- apps/mobile/src/components/tabs/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/mobile/src/components/tabs/index.tsx b/apps/mobile/src/components/tabs/index.tsx index 0186aa2d0..8021fd5be 100644 --- a/apps/mobile/src/components/tabs/index.tsx +++ b/apps/mobile/src/components/tabs/index.tsx @@ -202,7 +202,7 @@ export const FluidTabs = forwardRef( const gesture = Gesture.Pan() .maxPointers(1) .enabled(enabled && !disabled) - .activeOffsetX([-10, 10]) + .activeOffsetX([-5, 5]) .failOffsetY([-15, 15]) .onBegin(event => { locked.value = false;