From 6cc3d89bec2a55b31c2e7c4f0e597eafc8c31323 Mon Sep 17 00:00:00 2001 From: Felipe Constantino Date: Tue, 3 Apr 2018 10:39:51 -0300 Subject: [PATCH] feat(types): add types for #1428 --- types/index.d.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/types/index.d.ts b/types/index.d.ts index 6e1edfce3..7572ca328 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; }