React-native-image-crop-picker: how to select more in android?

Created on 4 Jul 2018  路  4Comments  路  Source: ivpusic/react-native-image-crop-picker

I have set multiple as true in ImagePicker.openPicker, but it is not visiable in android.what should i do?

Most helpful comment

On Android long press an image then on top right hand side you can see "Open" tap on that should be good to go.

All 4 comments

On Android, you have to long press a selection for it to convert to multi-select.

On Android long press an image then on top right hand side you can see "Open" tap on that should be good to go.

@WaitInRaining try suggestions from @Mikunj and @AbhijithRobosoft

Also make sure to not have any other attributes in the options object. I included cropping: true and mediaType: 'photo' and removing both allowed me to use the multiple selection.

Was this page helpful?
0 / 5 - 0 ratings