You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the TabView is blocking navigator gestures, eg you cant swipe to go back/pop.
It would be nice to release the gesture (guess you're able to do this with activeOffsetX on gesture handler) to enable navigator swipe. This should only happen when on first tab and the swipe direction is correct.
Current behavior
Its blocking. Currently only working when swiping on the tabs or anything that blocks pointer events.