标签: react-native-navigation-v2
我为topBar背景色设置了默认选项。
但是,在某些屏幕上,我必须将topBar visible设置为false,这导致状态栏背景变为透明。
topBar不可见时,是否可以设置状态栏颜色?
我还尝试创建一个视图作为状态栏的背景。 但是,尝试使用常量
const statusBarHeight = Navigation.constants().statusBarHeight;
总是返回undefined
undefined