| 
				
			 | 
			
			
				@@ -28,6 +28,7 @@ This document lays out the current public properties and methods for the React N 
			 | 
		
	
		
			
			| 
				28
			 | 
			
				28
			 | 
			
			
				 - [`decelerationRate`](Reference.md#decelerationrate) 
			 | 
		
	
		
			
			| 
				29
			 | 
			
				29
			 | 
			
			
				 - [`domStorageEnabled`](Reference.md#domstorageenabled) 
			 | 
		
	
		
			
			| 
				30
			 | 
			
				30
			 | 
			
			
				 - [`javaScriptEnabled`](Reference.md#javascriptenabled) 
			 | 
		
	
		
			
			| 
				
			 | 
			
				31
			 | 
			
			
				+- [`androidHardwareAccelerationDisabled`](Reference.md#androidHardwareAccelerationDisabled) 
			 | 
		
	
		
			
			| 
				31
			 | 
			
				32
			 | 
			
			
				 - [`mixedContentMode`](Reference.md#mixedcontentmode) 
			 | 
		
	
		
			
			| 
				32
			 | 
			
				33
			 | 
			
			
				 - [`thirdPartyCookiesEnabled`](Reference.md#thirdpartycookiesenabled) 
			 | 
		
	
		
			
			| 
				33
			 | 
			
				34
			 | 
			
			
				 - [`userAgent`](Reference.md#useragent) 
			 | 
		
	
	
		
			
			| 
				
			 | 
			
			
				@@ -319,6 +320,16 @@ Boolean value to enable JavaScript in the `WebView`. Used on Android only as Jav 
			 | 
		
	
		
			
			| 
				319
			 | 
			
				320
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				320
			 | 
			
				321
			 | 
			
			
				 --- 
			 | 
		
	
		
			
			| 
				321
			 | 
			
				322
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				
			 | 
			
				323
			 | 
			
			
				+### `androidHardwareAccelerationDisabled` 
			 | 
		
	
		
			
			| 
				
			 | 
			
				324
			 | 
			
			
				+ 
			 | 
		
	
		
			
			| 
				
			 | 
			
				325
			 | 
			
			
				+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`. 
			 | 
		
	
		
			
			| 
				
			 | 
			
				326
			 | 
			
			
				+ 
			 | 
		
	
		
			
			| 
				
			 | 
			
				327
			 | 
			
			
				+| Type | Required | Platform | 
			 | 
		
	
		
			
			| 
				
			 | 
			
				328
			 | 
			
			
				+| ---- | -------- | -------- | 
			 | 
		
	
		
			
			| 
				
			 | 
			
				329
			 | 
			
			
				+| bool | No       | Android  | 
			 | 
		
	
		
			
			| 
				
			 | 
			
				330
			 | 
			
			
				+ 
			 | 
		
	
		
			
			| 
				
			 | 
			
				331
			 | 
			
			
				+--- 
			 | 
		
	
		
			
			| 
				
			 | 
			
				332
			 | 
			
			
				+ 
			 | 
		
	
		
			
			| 
				322
			 | 
			
				333
			 | 
			
			
				 ### `mixedContentMode` 
			 | 
		
	
		
			
			| 
				323
			 | 
			
				334
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				324
			 | 
			
				335
			 | 
			
			
				 Specifies the mixed content mode. i.e WebView will allow a secure origin to load content from any other origin. 
			 |