Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Swipe problem in TabView #163

Open
lebroHbka opened this issue Nov 24, 2024 · 0 comments
Open

Swipe problem in TabView #163

lebroHbka opened this issue Nov 24, 2024 · 0 comments

Comments

@lebroHbka
Copy link

lebroHbka commented Nov 24, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant