Merge pull request #1811 from react-native-community/chore/ts-doNotSave

chore(ts): add doNotSave to ts type definitions
This commit is contained in:
João Marins 2018-09-21 17:33:26 -03:00 committed by GitHub
commit 9615668ae7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
types/index.d.ts vendored
View File

@ -178,10 +178,10 @@ interface TakePictureOptions {
exif?: boolean;
width?: number;
mirrorImage?: boolean;
doNotSave?: boolean;
/** Android only */
skipProcessing?: boolean;
/** Android only */
fixOrientation?: boolean;
/** iOS only */