webraptor / react-native-deck-swiper

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

Card be under of components when swiping #80

Open windcloudit opened 1 year ago

windcloudit commented 1 year ago

I tried to create some button at bottom of the swiper but it will always be above when swiping. I want when swiping the card will always upper all other components including the header and button menu. Do you know how? Please check the image I attached. Thank you so much. Screenshot_1662867796_png

RuzenDev commented 1 year ago

I had the same issue.

I added display: "flex" to the bottom button view and it worked in mine.

Can you try in yours?