Skip to content

Commit 90e606e

Browse files
authored
Update README.md
1 parent 4823a97 commit 90e606e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ ImagePicker.clean().then(() => {
133133
| cropperCircleOverlay | bool (default false) | Enable or disable circular cropping mask. |
134134
| disableCropperColorSetters (android only)| bool (default false) | When cropping image, disables the color setters for cropping library. |
135135
| minFiles (ios only) | number (default 1) | Min number of files to select when using `multiple` option |
136-
| maxFiles (ios only) | number (default 5) | Max number of files to select when using `multiple` option |
136+
| maxFiles | number (default 5) | Max number of files to select when using `multiple` option |
137137
| waitAnimationEnd (ios only) | bool (default true) | Promise will resolve/reject once ViewController `completion` block is called |
138138
| smartAlbums (ios only) | array ([supported values](https://github.com/ivpusic/react-native-image-crop-picker/blob/master/README.md#smart-album-types-ios)) (default ['UserLibrary', 'PhotoStream', 'Panoramas', 'Videos', 'Bursts']) | List of smart albums to choose from |
139139
| useFrontCamera | bool (default false) | Whether to default to the front/'selfie' camera when opened. Please note that not all Android devices handle this parameter, see [issue #1058](https://github.com/ivpusic/react-native-image-crop-picker/issues/1058)|

0 commit comments

Comments
 (0)