diff options
| author | Ivan Chen <ivan@tagg.id> | 2021-06-29 17:04:10 -0400 |
|---|---|---|
| committer | Ivan Chen <ivan@tagg.id> | 2021-06-29 17:04:10 -0400 |
| commit | d4b210518eaffd3bf1320ca7ce7fa4a6d611528f (patch) | |
| tree | 7a1546101e2966b7bb38bf92bca4be64b1ccd7b6 /src/utils | |
| parent | 3f826ec0741d3f0d0c85a17e5d0a09eef402dbf2 (diff) | |
Cleanup code, Update camera options
Diffstat (limited to 'src/utils')
| -rw-r--r-- | src/utils/camera.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/utils/camera.ts b/src/utils/camera.ts index 77f73eea..73461ad7 100644 --- a/src/utils/camera.ts +++ b/src/utils/camera.ts @@ -18,8 +18,7 @@ export const takePicture = ( cameraRef.current?.pausePreview(); const options = { forceUpOrientation: true, - quality: 0.5, - base64: true, + writeExif: false, }; cameraRef.current?.takePictureAsync(options).then((response) => { setShowSaveButton(true); |
