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
|**`quality`**| <code>number</code> | The quality of image to return as JPEG, from 0-100 Note: This option is only supported on Android and iOS || 1.0.0 |
247
-
|**`allowEditing`**| <code>boolean</code> | Whether to allow the user to crop or make small edits (platform specific). On iOS 14+ it's only supported for <ahref="#camerasource">CameraSource.Camera</a>, but not for <ahref="#camerasource">CameraSource.Photos</a>. || 1.0.0 |
246
+
|**`allowEditing`**| <code>boolean</code> | Whether to allow the user to crop or make small edits (platform specific). On iOS it's only supported for <ahref="#camerasource">CameraSource.Camera</a>, but not for <ahref="#camerasource">CameraSource.Photos</a>.|| 1.0.0 |
248
247
|**`resultType`**| <code><ahref="#cameraresulttype">CameraResultType</a></code> | How the data should be returned. Currently, only 'Base64', 'DataUrl' or 'Uri' is supported || 1.0.0 |
249
248
|**`saveToGallery`**| <code>boolean</code> | Whether to save the photo to the gallery. If the photo was picked from the gallery, it will only be saved if edited. | <code>: false</code> | 1.0.0 |
250
249
|**`width`**| <code>number</code> | The desired maximum width of the saved image. The aspect ratio is respected. || 1.0.0 |
|**`Default`**| <code>'DEFAULT'</code> |On iOS 13 and newer the keyboard style is based on the device appearance. If the device is using Dark mode, the keyboard will be dark. If the device is using Light mode, the keyboard will be light. On iOS 12 the keyboard will be light. | 1.0.0 |
|**`Default`**| <code>'DEFAULT'</code> |The keyboard style is based on the device appearance. If the device is using Dark mode, the keyboard will be dark. If the device is using Light mode, the keyboard will be light. | 1.0.0 |
0 commit comments