feat: Add enableShutterSound prop to takePhoto() 🔊 (#1702)

* feat: Add `enableShutterSound` prop to `takePhoto()` 🔊

* Swift lint
This commit is contained in:
Marc Rousavy
2023-08-21 15:27:42 +02:00
committed by GitHub
parent 0a51980f26
commit a46839a57b
7 changed files with 37 additions and 4 deletions

View File

@@ -64,6 +64,7 @@ const _CaptureButton: React.FC<Props> = ({
qualityPrioritization: 'speed',
flash: flash,
quality: 90,
enableShutterSound: false,
}),
[flash],
);