How to solve the problem that the react-native custom component mask layer cannot cover the top navigation and the bottom navigation?

how should the top and bottom navigation be solved when the 1.react-native custom component mask layer cannot hide the top navigation and the bottom navigation? As shown in the following figure,
[picture]
clipboard.png

Mask layer container style

 container: {
    position: "absolute",
    top: 0,
    left: 0,
    bottom: 0,
    right: 0,
    backgroundColor: "rgba(1, 1, 1, 0.5)",
    zIndex: 99999999,
 },
Mar.16,2021

just use your own modal. I don't have any problems with it.

clipboard.png


has the landlord solved it? I have the same problem.

Menu