|  | @@ -40,6 +40,7 @@ this.props.navigator.setStyle({
 | 
	
		
			
			| 40 | 40 |    navBarBackgroundColor: '#f7f7f7', // change the background color of the nav bar (remembered across pushes)
 | 
	
		
			
			| 41 | 41 |    navBarCustomView: 'example.CustomTopBar', // registered component name
 | 
	
		
			
			| 42 | 42 |    navBarComponentAlignment: 'center', // center/fill
 | 
	
		
			
			|  | 43 | +  navBarCustomViewInitialProps: {}, // Serializable JSON passed as props
 | 
	
		
			
			| 43 | 44 |    navBarButtonColor: '#007aff', // Change color of nav bar buttons (eg. the back button) (remembered across pushes)
 | 
	
		
			
			| 44 | 45 |  
 | 
	
		
			
			| 45 | 46 |    navBarHidden: false, // make the nav bar hidden
 |