react-native-deck-swiper
react-native-deck-swiper copied to clipboard
Add support for tapping buttons on cards
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?
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