| 
				
			 | 
			
			
				@@ -24,6 +24,7 @@ export default class StyledScreen extends Component { 
			 | 
		
	
		
			
			| 
				24
			 | 
			
				24
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				25
			 | 
			
				25
			 | 
			
			
				 ```js 
			 | 
		
	
		
			
			| 
				26
			 | 
			
				26
			 | 
			
			
				 { 
			 | 
		
	
		
			
			| 
				
			 | 
			
				27
			 | 
			
			
				+  navigationBarColor: '#000000', // change the background color of the bottom native navigation bar. Android only 
			 | 
		
	
		
			
			| 
				27
			 | 
			
				28
			 | 
			
			
				   navBarTextColor: '#000000', // change the text color of the title (remembered across pushes) 
			 | 
		
	
		
			
			| 
				28
			 | 
			
				29
			 | 
			
			
				   navBarBackgroundColor: '#f7f7f7', // change the background color of the nav bar (remembered across pushes) 
			 | 
		
	
		
			
			| 
				29
			 | 
			
				30
			 | 
			
			
				   navBarButtonColor: '#007aff', // change the button colors of the nav bar (eg. the back button) (remembered across pushes) 
			 |