Open stephan-fischer opened 2 years ago
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.
ios, android
const handler = await Camera.pickImages({ heic: true }); // or const handler = await Camera.pickFiles({ types: ["movie", "image"], forceJPEG: false });
Video selection would be nice.
Any solution on this guys? I want to be able to pick HEIC/HEIF images from Camera.getPhoto or Camera.pickImages, else I will have to replace method 😢
Camera.getPhoto
Camera.pickImages
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