|  | @@ -117,7 +117,7 @@ Returns a Promise of the image URI.
 | 
	
		
			
			| 117 | 117 |      - `"tmpfile"` (default): save to a temporary file *(that will only exist for as long as the app is running)*.
 | 
	
		
			
			| 118 | 118 |      - `"base64"`: encode as base64 and returns the raw string. Use only with small images as this may result of lags (the string is sent over the bridge). *N.B. This is not a data uri, use `data-uri` instead*.
 | 
	
		
			
			| 119 | 119 |      - `"data-uri"`: same as `base64` but also includes the [Data URI scheme](https://en.wikipedia.org/wiki/Data_URI_scheme) header.
 | 
	
		
			
			| 120 |  | - - **`snapshotContentContainer`** *(bool)*: if true and when view is a ScrollView, the "content container" height will be evaluated instead of the container height.
 | 
	
		
			
			|  | 120 | +  - **`snapshotContentContainer`** *(bool)*: if true and when view is a ScrollView, the "content container" height will be evaluated instead of the container height.
 | 
	
		
			
			| 121 | 121 |  
 | 
	
		
			
			| 122 | 122 |  ## `releaseCapture(uri)`
 | 
	
		
			
			| 123 | 123 |  
 |