Skip to content
This repository has been archived by the owner on Jun 16, 2023. It is now read-only.

Commit

Permalink
feat(types): add types for #1428
Browse files Browse the repository at this point in the history
  • Loading branch information
Felipe Constantino committed Apr 3, 2018
1 parent 88f3109 commit 6cc3d89
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,11 @@ interface TakePictureOptions {
width?: number;
mirrorImage?: boolean;

/** Android only */
skipProcessing?: boolean;
/** Android only */
fixOrientation?: boolean;

/** iOS only */
forceUpOrientation?: boolean;
}
Expand Down

0 comments on commit 6cc3d89

Please sign in to comment.