Open camera on Imagepicker?

Help. I need to open camera and use imagemanipulator to resize the image

I Can use imagepicker with imagemanipulator but imagepicker open camera roll/document, not open the camera

let result = await ImagePicker.launchImageLibraryAsync({
            allowsEditing: true,
        });

Hey @adens,

You need to use this method: https://docs.expo.io/versions/v31.0.0/sdk/imagepicker#expoimagepickerlaunchcameraasyncoptions

Cheers,

Adam

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.