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