swaplet / react-native-swipe-cards-deck

A swipping cards deck (similar to Tinder)
MIT License
46 stars 19 forks source link

[BUG] Yup/Nope/Maybe Labels showing under the card being swiped in Android instead of showing on top #29

Open coder2437 opened 2 years ago

coder2437 commented 2 years ago

I tried to run the example code in the documentation. However, I noticed the labels are showing under the card being swiped in Android if SwipedCards component is in STACK mode. It's working fine in iOs though. I tried to apply different styles to the labels like zIndex but it's still not working.

Note: It's working fine in iOs regardless of the mode. In Android it's working fine only in one-per-one view. However, in stack mode it's not working.

Thank you!

kockok commented 2 years ago

Yes, I have similar issue.