i am making a system like the tinder cards, you can swipe left and right, but now i want to add a way to click on it. Wheen i add a touchableOpacity i can't moove it anymore because when i place my finger on it, it change the opacity of the view and its blocked.
Basically i tried to use touchableHighlight but nothing change
So i have :
<Animated.View>
<TouchableOpacity>
//Stuff here
</TouchableOpacity>
</Animated.View>
I want the card to still be able to moove the and only trigger the click when i really want to click