Replies: 1 comment
-
Hey @frankusu! Any luck with this issue? Experiencing the same |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey guys, when I scroll down on BottomSheetScrollView and try to scroll to the top, BottomSheet will get dismissed if I have enablePanDownToClose. I see in the read me gif example that its possible to have scrollview scroll to top before panDownToClose is triggered.
This is me calling it
and this is how its implemented.
I tried using onScroll to get the offsetY === 0 to enablePanDownToClose, but onScroll doesn't trigger.
I've also tried wrapping my ScrollableBottomSheet in but it says it doesn't take functional components?
Does any know what is going on ?
Simulator.Screen.Recording.-.iPhone.15.Pro.Max.-.2025-02-06.at.16.27.26.mp4
Beta Was this translation helpful? Give feedback.
All reactions