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

Swipe cards inside Scroll view #138

Open infazA opened 4 years ago

infazA commented 4 years ago

I want to have Swipes cards inside Scrollview. Example : User should be able to scroll the list of swipable cards and swipe to left or right.

tonyfung99 commented 4 years ago

@infazA would like to see have you found any library that fits your use case? Thanks

eyalyoli commented 4 years ago

It is not the best UX design practice, but the dragY=false should make the cards swipeable only horizontally thus giving the option for a scrolling parent. When I tested dragY=false it didn't work as I described... Try it and let me know if you have the same problem with dragY=false.