| 
				
			 | 
			
			
				@@ -32,6 +32,7 @@ This document lays out the current public properties and methods for the React N 
			 | 
		
	
		
			
			| 
				32
			 | 
			
				32
			 | 
			
			
				 - [`decelerationRate`](Reference.md#decelerationrate) 
			 | 
		
	
		
			
			| 
				33
			 | 
			
				33
			 | 
			
			
				 - [`domStorageEnabled`](Reference.md#domstorageenabled) 
			 | 
		
	
		
			
			| 
				34
			 | 
			
				34
			 | 
			
			
				 - [`javaScriptEnabled`](Reference.md#javascriptenabled) 
			 | 
		
	
		
			
			| 
				
			 | 
			
				35
			 | 
			
			
				+- [`javaScriptCanOpenWindowsAutomatically`](Reference.md#javascriptcanopenwindowsautomatically) 
			 | 
		
	
		
			
			| 
				35
			 | 
			
				36
			 | 
			
			
				 - [`androidHardwareAccelerationDisabled`](Reference.md#androidHardwareAccelerationDisabled) 
			 | 
		
	
		
			
			| 
				36
			 | 
			
				37
			 | 
			
			
				 - [`mixedContentMode`](Reference.md#mixedcontentmode) 
			 | 
		
	
		
			
			| 
				37
			 | 
			
				38
			 | 
			
			
				 - [`thirdPartyCookiesEnabled`](Reference.md#thirdpartycookiesenabled) 
			 | 
		
	
	
		
			
			| 
				
			 | 
			
			
				@@ -732,6 +733,16 @@ Boolean value to enable JavaScript in the `WebView`. The default value is `true` 
			 | 
		
	
		
			
			| 
				732
			 | 
			
				733
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				733
			 | 
			
				734
			 | 
			
			
				 --- 
			 | 
		
	
		
			
			| 
				734
			 | 
			
				735
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				
			 | 
			
				736
			 | 
			
			
				+### `javaScriptCanOpenWindowsAutomatically` 
			 | 
		
	
		
			
			| 
				
			 | 
			
				737
			 | 
			
			
				+ 
			 | 
		
	
		
			
			| 
				
			 | 
			
				738
			 | 
			
			
				+A Boolean value indicating whether JavaScript can open windows without user interaction. The default value is `false`. 
			 | 
		
	
		
			
			| 
				
			 | 
			
				739
			 | 
			
			
				+ 
			 | 
		
	
		
			
			| 
				
			 | 
			
				740
			 | 
			
			
				+| Type | Required | 
			 | 
		
	
		
			
			| 
				
			 | 
			
				741
			 | 
			
			
				+| ---- | -------- | 
			 | 
		
	
		
			
			| 
				
			 | 
			
				742
			 | 
			
			
				+| bool | No       | 
			 | 
		
	
		
			
			| 
				
			 | 
			
				743
			 | 
			
			
				+ 
			 | 
		
	
		
			
			| 
				
			 | 
			
				744
			 | 
			
			
				+--- 
			 | 
		
	
		
			
			| 
				
			 | 
			
				745
			 | 
			
			
				+ 
			 | 
		
	
		
			
			| 
				735
			 | 
			
				746
			 | 
			
			
				 ### `androidHardwareAccelerationDisabled` 
			 | 
		
	
		
			
			| 
				736
			 | 
			
				747
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				737
			 | 
			
				748
			 | 
			
			
				 Boolean value to disable Hardware Acceleration in the `WebView`. Used on Android only as Hardware Acceleration is a feature only for Android. The default value is `false`. 
			 |