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
I faced a problem with swiping a TabView inside a modal. It barely can be swiped only if a gesture is slow and short, but in most cases, it just ignores a swipe (tested on Android).
The problem that I found related to FlingGestureHandler (it's deprecated) inside StackItem.
It can be conditionally rendered depending on disableFlingGesture because if it's true we don't interact with gestures. If FlingGestureHandler is not rendered the problem not reproduces.
Hi guys,
I faced a problem with swiping a TabView inside a modal. It barely can be swiped only if a gesture is slow and short, but in most cases, it just ignores a swipe (tested on Android).
The problem that I found related to FlingGestureHandler (it's deprecated) inside StackItem.
It can be conditionally rendered depending on disableFlingGesture because if it's true we don't interact with gestures. If FlingGestureHandler is not rendered the problem not reproduces.
Here si reproduce example:
https://snack.expo.dev/6pZOL3sPaagIngBKrm7Cv
The text was updated successfully, but these errors were encountered: