Skip to content

feat: HEIC format on pickImages / or files selection #778

@stephan-fischer

Description

@stephan-fischer

Feature Request

Description

I want to receive instead of a jpeg file the original file like HEIC files.
Or the Camera Lib has another function like getFiles to receive files, like
moves, images, heic etc. from gallery.

Platform(s)

ios, android

Preferred Solution

const handler = await Camera.pickImages({
    heic: true
 });

// or

const handler = await Camera.pickFiles({
    types: ["movie", "image"],
   forceJPEG: false
 });

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions