cdvntr / react-native-confetti

Raining confetti made with react native animations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Confetti appears below everything else

kitsune7 opened this issue · comments

I think that ideally, the confetti should show up on top, but it shows up behind everything else on a page including some buttons that take up some decent space. It's not quite as noticeable with text, but anything else makes it clear there's a problem.

Try placing it after the elements that overlap it.

When I put it after the overlapping elements, it started too low on the screen. Using the style zIndex: 100 on the confetti worked for me to be able to place the confetti high on the screen and still overlap everything