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

image is not showing in gallery after capturing image from camera

Open asadalibest1 opened this issue 3 years ago • 2 comments

my code . const options = { mediaType: 'image', isExportThumbnail: true, singleSelectedMode: true, isCrop: true, selectedColor: '#f9813a', }

    try {
        const response = await MultipleImagePicker.openPicker(options);
        setMainIMage(response)

    } catch (e) {
        console.log(e.code, e.message);
    }
}

asadalibest1 avatar Dec 24 '21 11:12 asadalibest1

What is your OS?

baronha avatar Dec 26 '21 11:12 baronha

@baronha it is happening on android devices. You take an image and nothing happened. It does not show in the gallery.

Jalson1982 avatar Jan 09 '22 19:01 Jalson1982

@baronha This issue is still happening. I am using oneplus mobile, for me the image is not showing in gallery after capturing image and clicking on the tick button. Can you look after this issue ?

Naveen-ecrubit avatar Nov 01 '23 11:11 Naveen-ecrubit