diff --git a/src/CameraScreen.tsx b/src/CameraScreen.tsx index 9074b41..7a26c9d 100644 --- a/src/CameraScreen.tsx +++ b/src/CameraScreen.tsx @@ -26,7 +26,7 @@ export enum CameraType { export type Props = { focusMode: string|undefined, - zoomMode: string|undefined, + zoomMode?: string, ratioOverlay?: string, ratioOverlayColor?: string, allowCaptureRetake: boolean,