guys.
So, I'm trying to make a simple Select Dropdown Menu with React Native. I've another code that works as well, but the problem is within the Position absolute. I've tried a lot of times but no success.
The problem:
The absolute View is behind others components of screen.
Expected behavior:
The absolute view above all components
Can someone help me?
This is my snack representation of this problem.
https://snack.expo.dev/@ellyssonmiike/shallow-croissant
Thank you all