react-native-camera
Advanced tools
Comparing version 3.43.3 to 3.43.4
{ | ||
"name": "react-native-camera", | ||
"description": "A Camera component for React Native. Also reads barcodes.", | ||
"version": "3.43.3", | ||
"version": "3.43.4", | ||
"author": "Lochlan Wansbrough <lochie@live.com> (http://lwansbrough.com)", | ||
@@ -6,0 +6,0 @@ "collective": { |
@@ -235,3 +235,3 @@ // Type definitions for react-native-camera 1.0 | ||
// limiting scan area | ||
rectOfInterest?: Point; | ||
rectOfInterest?: RectOfInterest; | ||
@@ -296,2 +296,4 @@ // -- FACE DETECTION PROPS | ||
interface RectOfInterest extends Point,Size{} | ||
export interface Barcode { | ||
@@ -298,0 +300,0 @@ bounds: { |
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
1189492
1376