diff --git a/types/index.d.ts b/types/index.d.ts index 6e1edfc..7572ca3 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -142,8 +142,11 @@ interface TakePictureOptions { width?: number; mirrorImage?: boolean; + /** Android only */ + skipProcessing?: boolean; /** Android only */ fixOrientation?: boolean; + /** iOS only */ forceUpOrientation?: boolean; }