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

Is it possible to take multiple photos on openCamera method?

Open lukeDev19 opened this issue 2 years ago • 2 comments

Version

Tell us which versions you are using:

  • react-native-image-crop-picker ^0.38.0
  • react-native v0.68.2

Platform

Tell us to which platform this issue is related

  • iOS
  • Android

Steps to reproduce

  1. ImagePicker.openCamera({
           mediaType: "photo",
           multiple: true,
           cropping: false,
     });
    

Expected behaviour

Ideally, once the user takes one photo, it would ask the user to take another photo.

Actual behaviour

Currently, once the user takes one photo, there are 3 action buttons - retry, confirm, close.

Attachments

Screenshot 2022-08-16 at 10 39 34

lukeDev19 avatar Aug 16 '22 14:08 lukeDev19

same issue

naveencidc avatar Aug 26 '22 05:08 naveencidc

Is there a solution available for this issue?

virenradadiya avatar Nov 20 '23 04:11 virenradadiya