| 
				
			 | 
			
			
				@@ -574,6 +574,7 @@ static NSURLCredential* clientAuthenticationCredential; 
			 | 
		
	
		
			
			| 
				574
			 | 
			
				574
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				575
			 | 
			
				575
			 | 
			
			
				   // Ensure webview takes the position and dimensions of RNCWKWebView 
			 | 
		
	
		
			
			| 
				576
			 | 
			
				576
			 | 
			
			
				   _webView.frame = self.bounds; 
			 | 
		
	
		
			
			| 
				
			 | 
			
				577
			 | 
			
			
				+  _webView.scrollView.contentInset = _contentInset; 
			 | 
		
	
		
			
			| 
				577
			 | 
			
				578
			 | 
			
			
				 } 
			 | 
		
	
		
			
			| 
				578
			 | 
			
				579
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				579
			 | 
			
				580
			 | 
			
			
				 - (NSMutableDictionary<NSString *, id> *)baseEvent 
			 |