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
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
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 ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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