|  | @@ -47,6 +47,7 @@ This document lays out the current public properties and methods for the React N
 | 
	
		
			
			| 47 | 47 |  - [`allowFileAccess`](Reference.md#allowFileAccess)
 | 
	
		
			
			| 48 | 48 |  - [`saveFormDataDisabled`](Reference.md#saveFormDataDisabled)
 | 
	
		
			
			| 49 | 49 |  - [`pagingEnabled`](Reference.md#pagingEnabled)
 | 
	
		
			
			|  | 50 | +- [`allowsLinkPreview`](Reference.md#allowsLinkPreview)
 | 
	
		
			
			| 50 | 51 |  
 | 
	
		
			
			| 51 | 52 |  ## Methods Index
 | 
	
		
			
			| 52 | 53 |  
 | 
	
	
		
			
			|  | @@ -528,6 +529,16 @@ If the value of this property is true, the scroll view stops on multiples of the
 | 
	
		
			
			| 528 | 529 |  | ------- | -------- | -------- |
 | 
	
		
			
			| 529 | 530 |  | boolean | No       | iOS      |
 | 
	
		
			
			| 530 | 531 |  
 | 
	
		
			
			|  | 532 | +---
 | 
	
		
			
			|  | 533 | +
 | 
	
		
			
			|  | 534 | +### `allowsLinkPreview`
 | 
	
		
			
			|  | 535 | +
 | 
	
		
			
			|  | 536 | +A Boolean value that determines whether pressing on a link displays a preview of the destination for the link. In iOS this property is available on devices that support 3D Touch. In iOS 10 and later, the default value is true; before that, the default value is false.
 | 
	
		
			
			|  | 537 | +
 | 
	
		
			
			|  | 538 | +| Type    | Required | Platform |
 | 
	
		
			
			|  | 539 | +| ------- | -------- | -------- |
 | 
	
		
			
			|  | 540 | +| boolean | No       | iOS      |
 | 
	
		
			
			|  | 541 | +
 | 
	
		
			
			| 531 | 542 |  ## Methods
 | 
	
		
			
			| 532 | 543 |  
 | 
	
		
			
			| 533 | 544 |  ### `extraNativeComponentConfig()`
 |