简体   繁体   中英

React Native - How to remove 1px navigation bar hairline from NavigationExperimental's NavigationHeader?

在React Native中,是否可以从NavigationExperimentalNavigationHeader删除导航栏的1px细线?

You can pass in a style prop to NavigationHeader. From the code https://github.com/facebook/react-native/blob/master/Libraries/CustomComponents/NavigationExperimental/NavigationHeader.js it looks like you would need something like

<NavigationHeader style={{borderBottomWidth: 0}} ...etc etc/>

Untested :)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM