我已经尝试过BackgroundImage和Image from native来获得全屏背景图像,但它们并没有越过导航栏。我甚至禁用了导航栏但没有用。导航栏消失但是图像/ ImageBackground不会占据整个屏幕。
我已经
了 static get options() {
return {
topBar: {
visible: false
}
};
}
在我的组件中。 我正在使用react native navigation - 2.0.2314