reactnativecn / react-native-website

React Native 中文网
https://reactnative.cn
MIT License
219 stars 328 forks source link

使用react-navigation/bottom-tabs后的弹窗问题 #874

Closed TallNutAlt closed 2 months ago

TallNutAlt commented 2 months ago

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

sunnylqm commented 2 months ago

用 react-native-root-siblings

TallNutAlt commented 2 months ago

用 react-native-root-siblings

好的 感谢