Skip to content

Development journal

Posts tagged: Reanimated

Published notes filed under this topic.

RSS feed
React Native

Your React Native confetti renders behind the cards: sibling order, zIndex, and elevation

8 min read

Written by: Jonathan Reis on

A win-screen celebration overlay fell behind the result cards and dropped too fast. The cause was React Native's sibling paint order, not a missing z-index. Here is why zIndex alone is not enough on Android and how we fixed both bugs.