Merge remote-tracking branch 'origin/master' into v5

This commit is contained in:
Daniel
2018-04-04 11:02:38 +02:00
7 changed files with 15 additions and 16 deletions
@@ -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 {