diff --git a/apps/mobile/app/components/tabs/index.tsx b/apps/mobile/app/components/tabs/index.tsx index d08bdd256..7a58ebdb1 100644 --- a/apps/mobile/app/components/tabs/index.tsx +++ b/apps/mobile/app/components/tabs/index.tsx @@ -242,6 +242,7 @@ export const FluidTabs = forwardRef(function FluidTabs( if (onChangeTab) { runOnJS(onChangeTab)({ i: result, from: previousTab.value }); + previousTab.value = result; } }, []