| 
				
			 | 
			
			
				@@ -30,6 +30,7 @@ This document lays out the current public properties and methods for the React N 
			 | 
		
	
		
			
			| 
				30
			 | 
			
				30
			 | 
			
			
				 - [`mixedContentMode`](Reference.md#mixedcontentmode) 
			 | 
		
	
		
			
			| 
				31
			 | 
			
				31
			 | 
			
			
				 - [`thirdPartyCookiesEnabled`](Reference.md#thirdpartycookiesenabled) 
			 | 
		
	
		
			
			| 
				32
			 | 
			
				32
			 | 
			
			
				 - [`userAgent`](Reference.md#useragent) 
			 | 
		
	
		
			
			| 
				
			 | 
			
				33
			 | 
			
			
				+- [`applicationNameForUserAgent`](Reference.md#applicationNameForUserAgent) 
			 | 
		
	
		
			
			| 
				33
			 | 
			
				34
			 | 
			
			
				 - [`allowsFullscreenVideo`](Reference.md#allowsfullscreenvideo) 
			 | 
		
	
		
			
			| 
				34
			 | 
			
				35
			 | 
			
			
				 - [`allowsInlineMediaPlayback`](Reference.md#allowsinlinemediaplayback) 
			 | 
		
	
		
			
			| 
				35
			 | 
			
				36
			 | 
			
			
				 - [`bounces`](Reference.md#bounces) 
			 | 
		
	
	
		
			
			| 
				
			 | 
			
			
				@@ -608,6 +609,14 @@ Sets the user-agent for the `WebView`. This will only work for iOS if you are us 
			 | 
		
	
		
			
			| 
				608
			 | 
			
				609
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				609
			 | 
			
				610
			 | 
			
			
				 --- 
			 | 
		
	
		
			
			| 
				610
			 | 
			
				611
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				
			 | 
			
				612
			 | 
			
			
				+### `applicationNameForUserAgent` 
			 | 
		
	
		
			
			| 
				
			 | 
			
				613
			 | 
			
			
				+ 
			 | 
		
	
		
			
			| 
				
			 | 
			
				614
			 | 
			
			
				+Append to the existing user-agent. Available on iOS WKWebView only. Setting `userAgent` will override this. 
			 | 
		
	
		
			
			| 
				
			 | 
			
				615
			 | 
			
			
				+ 
			 | 
		
	
		
			
			| 
				
			 | 
			
				616
			 | 
			
			
				+| Type   | Required | Platform      | 
			 | 
		
	
		
			
			| 
				
			 | 
			
				617
			 | 
			
			
				+| ------ | -------- | ------------- | 
			 | 
		
	
		
			
			| 
				
			 | 
			
				618
			 | 
			
			
				+| string | No       | iOS WKWebView | 
			 | 
		
	
		
			
			| 
				
			 | 
			
				619
			 | 
			
			
				+ 
			 | 
		
	
		
			
			| 
				611
			 | 
			
				620
			 | 
			
			
				 ### `allowsFullscreenVideo` 
			 | 
		
	
		
			
			| 
				612
			 | 
			
				621
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				613
			 | 
			
				622
			 | 
			
			
				 Boolean that determines whether videos are allowed to be played in fullscreen. The default value is `false`. 
			 |