Skip to content

App crash when crop functionality triggers in API Level 36. Crop is not working. #2211

@dalvimyzow

Description

@dalvimyzow

here is my code :

if (option === "camera") {
image = await ImageCropPicker.openCamera({
width: 1000,
height: 1000,
cropping: true,
useFrontCamera: true,
includeBase64: true,
});
} else {
image = await ImageCropPicker.openPicker({
width: 1000,
height: 1000,
cropping: true,
freeStyleCropEnabled: true,
includeBase64: true,
});
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions