Skip to content

Commit

Permalink
add new line
Browse files Browse the repository at this point in the history
  • Loading branch information
dukenv0307 committed Mar 26, 2024
1 parent 21cb31b commit 9c26f07
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const launchCamera: LaunchCamera = (options, callback) => {
if (permission !== RESULTS.GRANTED) {
throw new ErrorLaunchCamera('User did not grant permissions', 'permission');
}

launchCameraImagePicker(options, callback);
})
.catch((error) => {
Expand Down

0 comments on commit 9c26f07

Please sign in to comment.