react-native-image-crop-picker
react-native-image-crop-picker copied to clipboard
can we apply limit while selecting multiple images?
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
ImagePicker.openPicker({ multiple: true, maxFiles: 5(any count you needed), }).then(images => { console.log(images); }); This worked for me.
What about android ?