You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ Returns a Promise of the image URI.
34
34
35
35
-**`view`** is a reference to a React Native component.
36
36
-**`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).
38
38
-**`format`***(string)*: either `png` or `jpg`/`jpeg` or `webm` (Android). Defaults to `png`.
39
39
-**`quality`***(number)*: the quality. 0.0 - 1.0 (default). (only available on lossy formats like jpeg)
40
40
-**`result`***(string)*, the method you want to use to save the snapshot, one of:
0 commit comments