react-native-image-crop-picker icon indicating copy to clipboard operation
react-native-image-crop-picker copied to clipboard

can we apply limit while selecting multiple images?

Open nawazokz opened this issue 1 year ago • 2 comments

Version

Tell us which versions you are using:

  • react-native-image-crop-picker v0.?.?
  • react-native v0.?.?

Platform

Tell us to which platform this issue is related

  • iOS
  • Android

Expected behaviour

Actual behaviour

Steps to reproduce

Attachments

// stacktrace or any other useful debug info

Love react-native-image-crop-picker? Please consider supporting our collective: 👉 https://opencollective.com/react-native-image-crop-picker/donate

nawazokz avatar Mar 17 '23 11:03 nawazokz

ImagePicker.openPicker({ multiple: true, maxFiles: 5(any count you needed), }).then(images => { console.log(images); }); This worked for me.

rajavarri avatar Sep 05 '23 07:09 rajavarri

What about android ?

dprajapati1179 avatar Dec 20 '23 06:12 dprajapati1179