Update README on showCropGuidelines-option

This commit is contained in:
Olli Jaakkola 2017-04-03 14:27:58 +03:00
parent f7dc45c45d
commit 6725db0147
1 changed files with 1 additions and 0 deletions

View File

@ -91,6 +91,7 @@ ImagePicker.clean().then(() => {
| loadingLabelText (ios only) | string (default "Processing assets...") | Text displayed while photo is loading in picker |
| mediaType | string (default any) | Accepted mediaType for image selection, can be one of: 'photo', 'video', or 'any' |
| showsSelectedCount (ios only) | bool (default true) | Whether to show the number of selected assets |
| showCropGuidelines (android only) | bool (default true) | Whether to show the 3x3 grid on top of the image during cropping |
#### Response Object
| Property | Type | Description |