feat: Add enableShutterSound
prop to takePhoto()
🔊 (#1702)
* feat: Add `enableShutterSound` prop to `takePhoto()` 🔊
* Swift lint
This commit is contained in:
@@ -38,6 +38,12 @@ export interface TakePhotoOptions {
|
||||
* @default false
|
||||
*/
|
||||
enableAutoDistortionCorrection?: boolean;
|
||||
/**
|
||||
* Whether to play the default shutter "click" sound when taking a picture or not.
|
||||
*
|
||||
* @default true
|
||||
*/
|
||||
enableShutterSound?: boolean;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user