react-native-camera
Advanced tools
Comparing version 3.41.0 to 3.42.0
{ | ||
"name": "react-native-camera", | ||
"description": "A Camera component for React Native. Also reads barcodes.", | ||
"version": "3.41.0", | ||
"version": "3.42.0", | ||
"author": "Lochlan Wansbrough <lochie@live.com> (http://lwansbrough.com)", | ||
@@ -6,0 +6,0 @@ "collective": { |
@@ -363,2 +363,3 @@ // @flow | ||
VideoQuality: CameraManager.VideoQuality, | ||
ImageType: CameraManager.ImageType, | ||
VideoCodec: CameraManager.VideoCodec, | ||
@@ -365,0 +366,0 @@ BarCodeType: CameraManager.BarCodeType, |
@@ -75,2 +75,6 @@ // Type definitions for react-native-camera 1.0 | ||
}>; | ||
type ImageType = Readonly<{ | ||
'jpeg': any; | ||
'png': any; | ||
}>; | ||
@@ -123,2 +127,3 @@ type FaceDetectionClassifications = Readonly<{ all: any; none: any }>; | ||
VideoQuality: VideoQuality; | ||
ImageType: ImageType; | ||
BarCodeType: BarCodeType; | ||
@@ -432,2 +437,3 @@ FaceDetection: { | ||
forceUpOrientation?: boolean; | ||
imageType?: keyof ImageType; | ||
} | ||
@@ -434,0 +440,0 @@ |
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
1185436
1366