Skip to content

Commit 998fd0c

Browse files
authored
Update README.md
1 parent 28c3229 commit 998fd0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Returns a Promise of the image URI.
3434

3535
- **`view`** is a reference to a React Native component.
3636
- **`options`** may include:
37-
- **`width`** / **`height`** *(number)*: the width and height of the image to capture.
37+
- **`width`** / **`height`** *(number)*: the width and height of the final image (resized from the View bound. don't provide it if you want the original pixel size).
3838
- **`format`** *(string)*: either `png` or `jpg`/`jpeg` or `webm` (Android). Defaults to `png`.
3939
- **`quality`** *(number)*: the quality. 0.0 - 1.0 (default). (only available on lossy formats like jpeg)
4040
- **`result`** *(string)*, the method you want to use to save the snapshot, one of:

0 commit comments

Comments
 (0)