Skip to content

Commit

Permalink
Merge pull request dduneon#34 from dduneon/dev_seonghyeon
Browse files Browse the repository at this point in the history
[Update] 카메라 촬영 후 편집 가능
  • Loading branch information
zxl3651 authored Jun 6, 2023
2 parents 03135a4 + 9d2ee19 commit 6e6aa1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Components/ModalPopup.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ function ModalPopup({ visibleState, onClose, navigation }) {
const handleImagePicker = async () => {
console.log('camera 켜짐');
const result = await ImagePicker.launchCameraAsync({
allowsEditing: true,
base64: true,
});

Expand Down

0 comments on commit 6e6aa1f

Please sign in to comment.