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 have an issue about the dragEnabled.
It's my BottomSheet:
I want to disable drag up when snapIndex = 1 (means when BottomSheet is expanded. But it still can drag down.
I tried to set dragEnabled in onPanResponderMove but it's not working.
Can anyone help me, thank you so much!
The text was updated successfully, but these errors were encountered:
I have an issue about the
dragEnabled
.It's my BottomSheet:
I want to disable drag up when snapIndex = 1 (means when
BottomSheet
is expanded. But it still can drag down.I tried to set
dragEnabled
inonPanResponderMove
but it's not working.Can anyone help me, thank you so much!
The text was updated successfully, but these errors were encountered: