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.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b37820-2ade2.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b37820-2ade2.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?