webraptor / react-native-deck-swiper

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

Can I turn off stackSeparation and not show the underlying card until I begin swipe? #62

Closed daveybadsheep closed 3 months ago

daveybadsheep commented 2 years ago

Is there some way to set stackSeparation such that you cannot see the underlying card until you begin the swipe of the top card?

abh1abii commented 3 months ago

I got it working for me by setting the following props stackSize={2} stackScale={1.5} stackSeparation={1}