I have a View component I'd like to bring to the foreground in my React Native App.
The component I'm trying to build is a "Select" input similar to the Web, where the dropdown of options will overlay on any other components underneath it, positioning will be absolute and underneath the select..
Similar to this w3schools select.
I've attempted zIndexing and nothing will work properly.
Here is the current issue I have.
The structure is
<Container>
<AnotherContainer>
<Select Component>
<Buttons>