美文网首页
react-navigation/native

react-navigation/native

作者: 冰天无幻 | 来源:发表于2024-07-14 10:57 被阅读0次

去掉导航栏的线条在

<x.Navigator

screenOptions={{

headerStyle: {

              borderBottomWidth: 0,

            },

            headerShadowVisible: false, //去阴影

}}>

相关文章

网友评论

      本文标题:react-navigation/native

      本文链接:https://www.haomeiwen.com/subject/frcchjtx.html