alexbrillant / react-native-deck-swiper

tinder like react-native deck swiper
ISC License
1.54k stars 460 forks source link

Overlay label shows up behind that card! #367

Open Infinitism opened 2 years ago

Infinitism commented 2 years ago

On swipe action, the overlay label shows behind the card on swipe right or left. It has something to do with the zIndex of the overlay label. What's the way to make it show up on top of the card instead of behind it. When it's behind, it actually cutting off and only "Li" or "pe" show up on right/left swipe of "like" and "nope".

VincentLeV commented 2 years ago

I have the same problem but I realize that it's not because of the shadow itself but because of elevation. Only when I use elevation, the label doesn't show. Please fix this!

kerron commented 2 years ago

I don't think this is going to get fixed, as the last commit was 3+ years ago, and there's currently 122 issues open. First of which is from 2017.

webraptor commented 2 years ago

@kerron the package is maintained from https://github.com/webraptor/react-native-deck-swiper for about an year now. Please open issues against that one. PRs welcomed