File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -177,10 +177,19 @@ Get an Array value only(Only works when ```singleSelectedMode === false```). If
177177| size | number | Both | Selected photo/video size in bytes |
178178| duration | number | Both | duration of the video (0 for images) |
179179| thumbnail | string | Both | Appears only in video format and you must have set isExportThumbnail = true. See [ options] ( #Options ) |
180+ | [ crop] ( #crop-response ) | object | Both | reponse data when ` isCrop: true ` |
180181| realPath | string | Android | Real path to file |
181182| parentFolderName | string | Android | Parent folder name of file |
182183| creationDate | string | iOS | UNIX timestamp when image was created |
183184
185+ ### Crop Response
186+
187+ | Property | Type | Platform |
188+ | ---------------- | :----: | :------: |
189+ | path | string | Both |
190+ | width | number | Both |
191+ | height | number | Both |
192+
184193## To Do
185194
186195- [x] Crop Image in iOS.
You can’t perform that action at this time.
0 commit comments