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

Commit

Permalink
chore(flow): add missing types to Picture options
Browse files Browse the repository at this point in the history
  • Loading branch information
Fconstant committed Feb 27, 2018
1 parent cc27203 commit 6bff4d9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/RNCamera.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ type PictureOptions = {
base64?: boolean,
mirrorImage?: boolean,
exif?: boolean,
width?: number,
fixOrientation?: boolean,
forceUpOrientation?: boolean,
};

type TrackedFaceFeature = FaceFeature & {
Expand Down

0 comments on commit 6bff4d9

Please sign in to comment.