meteor-factory / react-native-tinder-swipe-cards

Tinder-like swipe cards for your React Native app
MIT License
1.13k stars 301 forks source link

disable swipe #105

Open ellismarte opened 7 years ago

ellismarte commented 7 years ago

I've added a carousel feature to my card so that when the user clicks on the card it goes into this deatails view so a user can swipe through more pictures (just how tinder works) but i need to be able to disable swipe on the card so that a user can look through the images ... is there an easy way to do this as of now?

ErkanSensei commented 7 years ago

You can either fork the repo or copy paste the code into your own file, and from there add a prop that disables the x axis swipe the way the y axis one is already implemented.