|
@@ -513,6 +513,7 @@ export default class StyledScreen extends Component {
|
513
|
513
|
navBarHidden: false, // make the nav bar hidden
|
514
|
514
|
navBarHideOnScroll: false, // make the nav bar hidden only after the user starts to scroll
|
515
|
515
|
navBarTranslucent: false, // make the nav bar semi-translucent, works best with drawUnderNavBar:true
|
|
516
|
+ navBarNoBorder: false, // hide the navigation bar bottom border (hair line). Default false
|
516
|
517
|
drawUnderNavBar: false, // draw the screen content under the nav bar, works best with navBarTranslucent:true
|
517
|
518
|
drawUnderTabBar: false, // draw the screen content under the tab bar (the tab bar is always translucent)
|
518
|
519
|
statusBarBlur: false, // blur the area under the status bar, works best with navBarHidden:true
|