react-navigation/native
2024-07-14 本文已影响0人
冰天无幻
去掉导航栏的线条在
<x.Navigator
screenOptions={{
headerStyle: {
borderBottomWidth: 0,
},
headerShadowVisible: false, //去阴影
}}>
去掉导航栏的线条在
<x.Navigator
screenOptions={{
headerStyle: {
borderBottomWidth: 0,
},
headerShadowVisible: false, //去阴影
}}>