我正在用expo做一个React Native项目,我试图让Android导航栏位于我的视图之上(如下图所示,并描述了here)
然而,我很难得到我想要的结果,相反,我得到了一个灰色的酒吧在底部。
到目前为止,我已经尝试在app.json文件中将导航栏设置为透明,或者使用NavigationBar.setBackgroundColorAsync(color),结果都是一样的。
//app.json
"androidNavigationBar": {
"backgroundColor":"#00000000"
},
//App.js
//also tried flex: 1
<View style={{height: Dimensions.get("screen").height, backgroundColor: "blue"}}></View>
1条答案
按热度按时间qlvxas9a1#
尝试使用expo-navigation-bar
import * as NavigationBar from“expo-navigation-bar”;
System. out. println(“println”);System. out. println(“println”);