diff options
author | Ivan Chen <ivan@tagg.id> | 2021-06-29 16:45:45 -0400 |
---|---|---|
committer | Ivan Chen <ivan@tagg.id> | 2021-06-29 16:45:45 -0400 |
commit | 3f826ec0741d3f0d0c85a17e5d0a09eef402dbf2 (patch) | |
tree | 2e9c5007d225f6d326f8e09208d59a99f221afe3 /src | |
parent | 9d30c0c211e6b0b1b87e5de93a043e6e9f06beb3 (diff) |
Set to only allow photos
Diffstat (limited to 'src')
-rw-r--r-- | src/utils/camera.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/camera.ts b/src/utils/camera.ts index afd7d354..77f73eea 100644 --- a/src/utils/camera.ts +++ b/src/utils/camera.ts @@ -47,7 +47,7 @@ export const navigateToImagePicker = ( 'Screenshots', 'UserLibrary', ], - mediaType: 'any', + mediaType: 'photo', }) .then((picture) => { if ('path' in picture) { |