diff --git a/types/index.d.ts b/types/index.d.ts index 079bf8a..915d1fb 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -67,7 +67,7 @@ export interface RNCameraProps { // -- ANDROID ONLY PROPS /** Android only */ - ratio?: number; + ratio?: string; /** Android only */ permissionDialogTitle?: string; /** Android only */ @@ -116,6 +116,9 @@ interface TakePictureOptions { quality?: number; base64?: boolean; exif?: boolean; + + /** iOS only */ + forceUpOrientation?: boolean; } interface TakePictureResponse {