react-native-camera
Advanced tools
Comparing version 3.40.5 to 3.41.0
{ | ||
"name": "react-native-camera", | ||
"description": "A Camera component for React Native. Also reads barcodes.", | ||
"version": "3.40.5", | ||
"version": "3.41.0", | ||
"author": "Lochlan Wansbrough <lochie@live.com> (http://lwansbrough.com)", | ||
@@ -6,0 +6,0 @@ "collective": { |
@@ -286,2 +286,3 @@ // @flow | ||
playSoundOnCapture?: boolean, | ||
playSoundOnRecord?: boolean, | ||
videoStabilizationMode?: number | string, | ||
@@ -446,2 +447,3 @@ pictureSize?: string, | ||
playSoundOnCapture: PropTypes.bool, | ||
playSoundOnRecord: PropTypes.bool, | ||
videoStabilizationMode: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), | ||
@@ -492,2 +494,3 @@ pictureSize: PropTypes.string, | ||
playSoundOnCapture: false, | ||
playSoundOnRecord: false, | ||
pictureSize: 'None', | ||
@@ -494,0 +497,0 @@ videoStabilizationMode: 0, |
@@ -251,2 +251,4 @@ // Type definitions for react-native-camera 1.0 | ||
playSoundOnCapture?: boolean; | ||
/** Android only */ | ||
playSoundOnRecord?: boolean; | ||
@@ -253,0 +255,0 @@ androidCameraPermissionOptions?: { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1183918
1359