feat: Add enableShutterSound
prop to takePhoto()
🔊 (#1702)
* feat: Add `enableShutterSound` prop to `takePhoto()` 🔊
* Swift lint
This commit is contained in:
@@ -64,6 +64,7 @@ const _CaptureButton: React.FC<Props> = ({
|
||||
qualityPrioritization: 'speed',
|
||||
flash: flash,
|
||||
quality: 90,
|
||||
enableShutterSound: false,
|
||||
}),
|
||||
[flash],
|
||||
);
|
||||
|
Reference in New Issue
Block a user