mirror of
https://github.com/status-im/react-native-camera.git
synced 2026-08-27 11:41:09 +00:00
feat(types): add types for #1428
This commit is contained in:
Vendored
+3
@@ -142,8 +142,11 @@ interface TakePictureOptions {
|
||||
width?: number;
|
||||
mirrorImage?: boolean;
|
||||
|
||||
/** Android only */
|
||||
skipProcessing?: boolean;
|
||||
/** Android only */
|
||||
fixOrientation?: boolean;
|
||||
|
||||
/** iOS only */
|
||||
forceUpOrientation?: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user