Closed TallNutAlt closed 2 months ago
在使用react-navigation/bottom-tabs后,如何在不使用Modal的情况下遮挡住tab栏? + 如图使用View position: 'absolute', width: '100%', height: '100%', backgroundColor: 'red', 使用无法覆盖tab栏 Modal可以但是Modal层级太高,不可避免的会出现一些问题
position: 'absolute', width: '100%', height: '100%', backgroundColor: 'red',
用 react-native-root-siblings
好的 感谢
在使用react-navigation/bottom-tabs后,如何在不使用Modal的情况下遮挡住tab栏? + 如图使用View
position: 'absolute', width: '100%', height: '100%', backgroundColor: 'red',
使用无法覆盖tab栏 Modal可以但是Modal层级太高,不可避免的会出现一些问题