Update src/CameraScreen.tsx

Co-authored-by: Aaron Grider <aaron.grider@gmail.com>
This commit is contained in:
Seph Soliman 2021-12-14 13:17:32 -08:00 committed by GitHub
parent a1321e967f
commit fc55595fa1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ export enum CameraType {
export type Props = {
focusMode: string|undefined,
zoomMode: string|undefined,
zoomMode?: string,
ratioOverlay?: string,
ratioOverlayColor?: string,
allowCaptureRetake: boolean,