Custom z index on View component

Hello, I am trying to build a custom select component using pressable and view. The only blocker I currently have is there is no way to set up a z index on the view component, so my select dropdown is behind other components.

Wondering if there’s anything I’m missing, or what would be the recommended way to build a custom style Select component in checkout ui extension?

Hi Jeffery,

It doesn’t look like there’s a way to set the z index on a specific component. Do you have a screenshot of the behavior they’re seeing? The select dropdown should appear in front.

Also why do you need a custom select component versus the available Select component?