diff options
author | Ivan Chen <ivan@tagg.id> | 2021-07-01 16:09:03 -0400 |
---|---|---|
committer | Ivan Chen <ivan@tagg.id> | 2021-07-01 16:09:03 -0400 |
commit | 04dd962e8113dda15c54883d092e58d96da92edd (patch) | |
tree | 993fc77529d0b995c47aef55ab13c0d353db75e3 | |
parent | ae3b50ee47c615b5080082e9fc4808ef85807607 (diff) |
Undo mirror image option
-rw-r--r-- | src/utils/camera.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/utils/camera.ts b/src/utils/camera.ts index 9433ccc7..3937129a 100644 --- a/src/utils/camera.ts +++ b/src/utils/camera.ts @@ -21,7 +21,6 @@ export const takePicture = ( const options: TakePictureOptions = { forceUpOrientation: true, orientation: 'portrait', - mirrorImage: true, writeExif: false, }; cameraRef.current?.takePictureAsync(options).then((pic) => { |