react-native-deck-swiper icon indicating copy to clipboard operation
react-native-deck-swiper copied to clipboard

Add support for tapping buttons on cards

Open kevinhylant opened this issue 4 years ago • 1 comments

As far as I can tell, each card only has one tap target and does not support having multiple buttons on the card that swipes that can be tapped. @webraptor Is this understanding correct? Am I'm missing something?

kevinhylant avatar Sep 28 '20 20:09 kevinhylant

I think I may have figured out a way to make it work... removing onTapCard and then using onPressIn on the Button components that live in the card

kevinhylant avatar Sep 28 '20 20:09 kevinhylant