|
@@ -42,7 +42,7 @@ Returns a Promise of the image URI.
|
42
|
42
|
- `"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*.
|
43
|
43
|
- `"data-uri"`: same as `base64` but also includes the [Data URI scheme](https://en.wikipedia.org/wiki/Data_URI_scheme) header.
|
44
|
44
|
- **`path`** *(string)*: The absolute path where the file get generated. See *`dirs` constants* for more information.
|
45
|
|
- - **`snapshotContentContainer`** *(bool)*: if true and when view is a ScrollView, the "content container" height will be evaluated instead of the container height. (Android only)
|
|
45
|
+ - **`snapshotContentContainer`** *(bool)*: if true and when view is a ScrollView, the "content container" height will be evaluated instead of the container height.
|
46
|
46
|
|
47
|
47
|
### `dirs` constants
|
48
|
48
|
|