Skip to content

Commit

Permalink
add pictureSize type
Browse files Browse the repository at this point in the history
  • Loading branch information
jackiewung committed Jan 23, 2020
1 parent cd4c8f2 commit ea05b14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ export interface RNCameraProps {

autoFocus?: keyof AutoFocus;
autoFocusPointOfInterest?: Point;
pictureSize?: string;

/* iOS only */
onSubjectAreaChanged?: (event: { nativeEvent: { prevPoint: { x: number; y: number; } } }) => void;
type?: keyof CameraType;
Expand Down

0 comments on commit ea05b14

Please sign in to comment.