expo-barcode-scanner
Advanced tools
Comparing version 13.0.2-canary-20240719-83ee47b to 14.0.0-canary-20240814-ce0f7d5
@@ -158,3 +158,3 @@ import { PermissionResponse, PermissionStatus, PermissionHookOptions } from 'expo-modules-core'; | ||
static scanFromURLAsync(url: string, barCodeTypes?: string[]): Promise<BarCodeScannerResult[]>; | ||
render(): JSX.Element; | ||
render(): React.JSX.Element; | ||
/** | ||
@@ -161,0 +161,0 @@ * @hidden |
import React from 'react'; | ||
export default class ExpoBarCodeScannerView extends React.Component<object> { | ||
render(): JSX.Element; | ||
render(): React.JSX.Element; | ||
} | ||
//# sourceMappingURL=ExpoBarCodeScannerView.web.d.ts.map |
@@ -7,2 +7,4 @@ # Changelog | ||
- Bumped iOS deployment target to 15.1. ([#30840](https://github.com/expo/expo/pull/30840) by [@tsapeta](https://github.com/tsapeta)) | ||
### 🎉 New features | ||
@@ -13,2 +15,3 @@ | ||
- Add missing `react` and `react-native` peer dependencies for isolated modules. ([#30457](https://github.com/expo/expo/pull/30457) by [@byCedric](https://github.com/byCedric)) | ||
- Fixed `bounds` incorrectly being returned as `boundingBox` in BarcodeScanningResult when using ExpoCameraView on Android. ([#30510](https://github.com/expo/expo/pull/30510) by [@devon94](https://github.com/devon94)) | ||
@@ -15,0 +18,0 @@ ### 💡 Others |
{ | ||
"name": "expo-barcode-scanner", | ||
"version": "13.0.2-canary-20240719-83ee47b", | ||
"version": "14.0.0-canary-20240814-ce0f7d5", | ||
"description": "Allows scanning variety of supported barcodes both as standalone module and as extension for expo-camera. It also allows scanning barcodes from existing images.", | ||
@@ -38,6 +38,7 @@ "main": "build/BarCodeScanner.js", | ||
"dependencies": { | ||
"expo-image-loader": "4.7.1-canary-20240719-83ee47b" | ||
"expo-image-loader": "5.0.0-canary-20240814-ce0f7d5" | ||
}, | ||
"devDependencies": { | ||
"expo-module-scripts": "3.6.0-canary-20240719-83ee47b" | ||
"@testing-library/react-native": "^12.5.1", | ||
"expo-module-scripts": "3.6.0-canary-20240814-ce0f7d5" | ||
}, | ||
@@ -49,3 +50,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "83ee47b5c89c7f1b1a5101189580eaf3555f5962" | ||
"gitHead": "ce0f7d5c7eaec2c8d06ee4e0dc0e58cd6c1612ed" | ||
} |
@@ -8,3 +8,3 @@ // @generated by expo-module-scripts | ||
"include": ["./src"], | ||
"exclude": ["**/__mocks__/*", "**/__tests__/*"] | ||
"exclude": ["**/__mocks__/*", "**/__tests__/*", "**/__rsc_tests__/*"] | ||
} |
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
143201
2
+ Addedexpo-image-loader@5.0.0-canary-20240814-ce0f7d5(transitive)
- Removedexpo-image-loader@4.7.1-canary-20240719-83ee47b(transitive)