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
@@ -147,6 +147,7 @@ Returns a Promise of the image URI.
147
147
148
148
-**`view`** is a reference to a React Native component.
149
149
-**`options`** may include:
150
+
-**`fileName`**_(string)_: the file name of the file.
150
151
-**`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).
151
152
-**`format`**_(string)_: either `png` or `jpg` or `webm` (Android). Defaults to `png`.
152
153
-**`quality`**_(number)_: the quality. 0.0 - 1.0 (default). (only available on lossy formats like jpg)
0 commit comments