Merge pull request #1811 from react-native-community/chore/ts-doNotSave
chore(ts): add doNotSave to ts type definitions
This commit is contained in:
commit
9615668ae7
2
types/index.d.ts
vendored
2
types/index.d.ts
vendored
@ -178,10 +178,10 @@ interface TakePictureOptions {
|
||||
exif?: boolean;
|
||||
width?: number;
|
||||
mirrorImage?: boolean;
|
||||
doNotSave?: boolean;
|
||||
|
||||
/** Android only */
|
||||
skipProcessing?: boolean;
|
||||
/** Android only */
|
||||
fixOrientation?: boolean;
|
||||
|
||||
/** iOS only */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user