react-native-image-crop-picker
react-native-image-crop-picker copied to clipboard
Can't select multiple photos in gallery for android phone.
Hello,
I can't select multiple photos in gallery for android phone.
I set multiple: true
option.
When I click the button related with imagepicker then go to recent
file list.
then click gallery.
I can select only single file.
On iphone, it works well.
Please let me know the solution.
Thank you.
const photos = await ImagePicker.openPicker({ multiple: true, maxFiles: 6, width: 810, height: 1080, compressImageMaxWidth: 810, compressImageMaxHeight: 1080, cropping: true });
Are you long pressing on the images in Android? If you just tap an image on Android, it defaults to single select, but if you long press it should enable multiselect
Without long press can't we select like iOS ?
In Android, how to limit the files in multiple select? I can see we can limit in iOS, but in android it's not working. @jfries289 @pratik-complitech