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 am trying to use a component that is draggable on my cards. Obviously, due to both the deck and the component reading swipes and drags there are issues. I am considering one of these three workarounds but can't figure out how to make them work. Could anybody help?
All swipes/drags are registered to the card unless the swipe/drag is done on the draggable object (i.e. the draggable object takes precedence). I'm not sure how possible this would be.
Decreasing the swipe "hit box" on the card. Is there a way to only make the top half of the card swipable so then then draggable object can be in the bottom half?
Turning off all swiping and using a button to go to the next card. I think this is a reasonable option as well, but the card messes with the draggability of the object still. Is there a way to turn off the cards panResponder?
Any help would be very appreciated!
The text was updated successfully, but these errors were encountered:
I am trying to use a component that is draggable on my cards. Obviously, due to both the deck and the component reading swipes and drags there are issues. I am considering one of these three workarounds but can't figure out how to make them work. Could anybody help?
Any help would be very appreciated!
The text was updated successfully, but these errors were encountered: