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
Hello! Thanks for your work on this library, it fits all my needs!
I came across an issue though: Horizontal scroll views or flat lists (imported from this lib) don't quite seem to work on Android if the parent sheet has gestureEnabled set to true. I can only get it to scroll if I drag at a very steep angle, and it doesn't move at all when dragging horizontally. This is not a problem on iOS or when gestureEnabled is false. (I am using the latest version)
mclrc
changed the title
Horizontal ScrollView not working properly on Android with gestureEnabled
Horizontal ScrollView/FlatList not working properly on Android with gestureEnabledNov 25, 2024
I'm also having such issue [version 0.9.7]. ActionSheet gestureEnabled is true, I disabled gestures in ScrollView by using enableGesturesInScrollView so It made it a bit easier to interact with sheet, but still, some touch-and-scroll interactions are interrupted, which leads to a poor user experience.
Hello! Thanks for your work on this library, it fits all my needs!
I came across an issue though: Horizontal scroll views or flat lists (imported from this lib) don't quite seem to work on Android if the parent sheet has
gestureEnabled
set totrue
. I can only get it to scroll if I drag at a very steep angle, and it doesn't move at all when dragging horizontally. This is not a problem on iOS or whengestureEnabled
isfalse
. (I am using the latest version)Minimal reproducible Example here: https://snack.expo.dev/@mclrc/shallow-indigo-candies
Is there something I'm doign wrong? I'd really appreciate some pointers, cheers!
The text was updated successfully, but these errors were encountered: