webraptor / react-native-deck-swiper

tinder like react-native deck swiper
ISC License
126 stars 81 forks source link

Add support for tapping buttons on cards #29

Open kevinhylant opened 3 years ago

kevinhylant commented 3 years ago

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 commented 3 years ago

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