Skip to content

Commit

Permalink
propt user for either camera or gallery
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanDowner committed Jul 7, 2020
1 parent afcf360 commit 909b6b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/hooks/useCameraPhoto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export function useCameraPhoto() {
try {
const cameraPhoto = await getPhoto({
resultType: CameraResultType.Uri,
source: CameraSource.Camera,
source: CameraSource.Prompt,
quality: 100,
});

Expand Down

0 comments on commit 909b6b0

Please sign in to comment.