| 
				
			 | 
			
			
				@@ -437,6 +437,12 @@ export interface WebViewSharedProps extends ViewProps, IOSWebViewProps, AndroidW 
			 | 
		
	
		
			
			| 
				437
			 | 
			
				437
			 | 
			
			
				    */ 
			 | 
		
	
		
			
			| 
				438
			 | 
			
				438
			 | 
			
			
				   originWhitelist?: string[]; 
			 | 
		
	
		
			
			| 
				439
			 | 
			
				439
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				
			 | 
			
				440
			 | 
			
			
				+  /** 
			 | 
		
	
		
			
			| 
				
			 | 
			
				441
			 | 
			
			
				+   * Boolean value that determines whether caching is enabled in the 
			 | 
		
	
		
			
			| 
				
			 | 
			
				442
			 | 
			
			
				+   * `WebView`. The default value is `true` - i.e. caching is *enabled by default* 
			 | 
		
	
		
			
			| 
				
			 | 
			
				443
			 | 
			
			
				+   */ 
			 | 
		
	
		
			
			| 
				
			 | 
			
				444
			 | 
			
			
				+  cacheEnabled?: boolean, 
			 | 
		
	
		
			
			| 
				
			 | 
			
				445
			 | 
			
			
				+ 
			 | 
		
	
		
			
			| 
				440
			 | 
			
				446
			 | 
			
			
				   /** 
			 | 
		
	
		
			
			| 
				441
			 | 
			
				447
			 | 
			
			
				    * Override the native component used to render the WebView. Enables a custom native 
			 | 
		
	
		
			
			| 
				442
			 | 
			
				448
			 | 
			
			
				    * WebView which uses the same JavaScript as the original WebView. 
			 |