The excess part of absolute positioning under React Native Android is hidden, how to solve this problem?

as you can see in the picture, the excess part of Android absolute positioning is hidden, how to solve


White layer z-index


set large z-index


absolute positioning problems are usually caused by the wrong selection of the parent component. The outermost layer sets the absolute layout of a component relative to the outermost component!


@ Superman can't fly I have the same problem. Have you solved it?
I set overflow and zindex, to have no effect on android.

Menu