fix(camera-preview): tapFocus (#3467)

This commit is contained in:
Konstantinos Tsanakas 2020-06-23 19:03:42 +02:00 committed by GitHub
parent 9bf1eafc4e
commit 7c95e66021
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@ export interface CameraPreviewOptions {
alpha?: number;
/** Tap to set specific focus point. Note, this assumes the camera is full-screen. default false */
tapToFocus?: boolean;
tapFocus?: boolean;
/** On Android disable automatic rotation of the image and stripping of Exit header. default false */
disableExifHeaderStripping?: boolean;