Skip to content

Commit

Permalink
Merge pull request react-native-camera#2684 from jackiewung/patch-1
Browse files Browse the repository at this point in the history
add pictureSize type to RNCameraProps
  • Loading branch information
simistern committed Jan 27, 2020
2 parents cd4c8f2 + ea05b14 commit 8761fe0
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 8761fe0

Please sign in to comment.