feat(camera-preview): disable exif stripping conf

feat(camera-preview): disable exif stripping conf
This commit is contained in:
Daniel Sogl 2018-03-26 11:19:21 +02:00 committed by GitHub
commit c8bce6fef9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,6 +39,9 @@ export interface CameraPreviewOptions {
/** Tap to set specific focus point. Note, this assumes the camera is full-screen. default false */
tapToFocus?: boolean;
/** On Android disable automatic rotation of the image and stripping of Exif header. default false */
disableExifHeaderStripping?: boolean;
}
export interface CameraPreviewPictureOptions {