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 want to programmatically prevent the change of the card if user swipes down, i need to apply function on that swipe and not the swiped() itself, how do i do it?
Something like that, but it doesn't actually prevent the card from changing
The text was updated successfully, but these errors were encountered:
Maybe you could use a state with the prevented directions and update it to include "down" when it should be prevented? I'm aware however that there might be a bug tied to updating this variable on the fly but I'm working on getting a fix out next release.
I want to programmatically prevent the change of the card if user swipes down, i need to apply function on that swipe and not the swiped() itself, how do i do it?
Something like that, but it doesn't actually prevent the card from changing
The text was updated successfully, but these errors were encountered: