| 
				
			 | 
			
			
				@@ -53,6 +53,7 @@ this.props.navigator.setStyle({ 
			 | 
		
	
		
			
			| 
				53
			 | 
			
				53
			 | 
			
			
				   statusBarTextColorScheme: 'dark', // text color of status bar, 'dark' / 'light' (remembered across pushes) 
			 | 
		
	
		
			
			| 
				54
			 | 
			
				54
			 | 
			
			
				   statusBarTextColorSchemeSingleScreen: 'light' // same as statusBarTextColorScheme but does NOT remember across pushes 
			 | 
		
	
		
			
			| 
				55
			 | 
			
				55
			 | 
			
			
				   navBarSubtitleColor: 'red', // subtitle color 
			 | 
		
	
		
			
			| 
				
			 | 
			
				56
			 | 
			
			
				+  navBarSubtitleFontFamily: 'font-name', // subtitle font 
			 | 
		
	
		
			
			| 
				56
			 | 
			
				57
			 | 
			
			
				   screenBackgroundColor: 'white', // Default screen color, visible before the actual react view is rendered 
			 | 
		
	
		
			
			| 
				57
			 | 
			
				58
			 | 
			
			
				   orientation: 'portrait' // Sets a specific orientation to a modal and all screens pushed to it. Default: 'auto'. Supported values: 'auto', 'landscape', 'portrait' 
			 | 
		
	
		
			
			| 
				58
			 | 
			
				59
			 | 
			
			
				    
			 |