| 
															
														 | 
														
															 
														 | 
														
															
														 | 
														
															 
														 | 
													
												
													
														| 
															194
														 | 
														
															  
														 | 
														
															194
														 | 
														
															  
														 | 
													
												
													
														| 
															195
														 | 
														
															 -(void)setStyleOnAppearForViewController:(UIViewController*)viewController 
														 | 
														
															195
														 | 
														
															 -(void)setStyleOnAppearForViewController:(UIViewController*)viewController 
														 | 
													
												
													
														| 
															196
														 | 
														
															 { 
														 | 
														
															196
														 | 
														
															 { 
														 | 
													
												
													
														| 
															
														 | 
														
															 
														 | 
														
															197
														 | 
														
															+    NSString *screenBackgroundColor = self.navigatorStyle[@"screenBackgroundColor"]; 
														 | 
													
												
													
														| 
															
														 | 
														
															 
														 | 
														
															198
														 | 
														
															+    if (screenBackgroundColor) 
														 | 
													
												
													
														| 
															
														 | 
														
															 
														 | 
														
															199
														 | 
														
															+    { 
														 | 
													
												
													
														| 
															
														 | 
														
															 
														 | 
														
															200
														 | 
														
															+        UIColor *color = screenBackgroundColor != (id)[NSNull null] ? [RCTConvert UIColor:screenBackgroundColor] : nil; 
														 | 
													
												
													
														| 
															
														 | 
														
															 
														 | 
														
															201
														 | 
														
															+        self.view.backgroundColor = color; 
														 | 
													
												
													
														| 
															
														 | 
														
															 
														 | 
														
															202
														 | 
														
															+    } 
														 | 
													
												
													
														| 
															
														 | 
														
															 
														 | 
														
															203
														 | 
														
															+  
														 | 
													
												
													
														| 
															197
														 | 
														
															     NSString *navBarBackgroundColor = self.navigatorStyle[@"navBarBackgroundColor"]; 
														 | 
														
															204
														 | 
														
															     NSString *navBarBackgroundColor = self.navigatorStyle[@"navBarBackgroundColor"]; 
														 | 
													
												
													
														| 
															198
														 | 
														
															     if (navBarBackgroundColor) 
														 | 
														
															205
														 | 
														
															     if (navBarBackgroundColor) 
														 | 
													
												
													
														| 
															199
														 | 
														
															     { 
														 | 
														
															206
														 | 
														
															     { 
														 |