shijingsh / react-native-customized-image-picker

iOS/Android image picker with support for camera, video compression, multiple images and cropping
245 stars 59 forks source link

How to use Multiple selection and Cropping together #117

Open pratik-complitech opened 2 years ago

pratik-complitech commented 2 years ago

I can't use multiple image selection and cropping selected images together.

ImagePicker.openPicker({ width: 300, height: 400, cropping: true, includeBase64: true, multiple: true, mediaType:'photo', forceJpg: true, imageLoader:'UNIVERSAL', maxFiles: (9 - index) }).then(async response => { }); }