This repository was archived by the owner on Apr 4, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed
src/mlkit/barcodescanning Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 3
3
- [ Firebase iOS SDK Changelog] ( https://firebase.google.com/support/release-notes/ios )
4
4
- [ Firebase Android SDK Changelog] ( https://firebase.google.com/support/release-notes/android )
5
5
6
- ## 10.0.0 (2019, Sep 16 )
6
+ ## 10.0.0 (2019, Sep 17 )
7
7
[ Fixes & Enhancements] ( https://github.com/EddyVerbruggen/nativescript-plugin-firebase/milestone/109?closed=1 )
8
8
9
9
> Make sure to run a ` pod repo update ` on your dev machine, because this version includes the latest Firebase iOS (and Android) SDKs.
Original file line number Diff line number Diff line change 17
17
18
18
<img src =" docs/images/firebase-logo.png " width =" 116px " height =" 32px " alt =" Firebase " /><br />
19
19
20
+ > Plugin version ** 10.0.0** works with NativeScript 5.2+, and 6.1+ is recommended. Using an older version? Stick to plugin version < 10.
21
+
20
22
## Features
21
23
* [ AdMob] ( docs/ADMOB.md )
22
24
* [ Analytics] ( docs/ANALYTICS.md )
Original file line number Diff line number Diff line change @@ -49,14 +49,14 @@ export interface MLKitScanBarcodesOnDeviceOptions extends MLKitVisionOptions {
49
49
*/
50
50
reportDuplicates ?: boolean ;
51
51
52
- /**
53
- * Support for scanning inverse barcodes.
54
- * Default false.
55
- */
52
+ /**
53
+ * Support for scanning inverse barcodes.
54
+ * Default false.
55
+ */
56
56
supportInverseBarcodes ?: boolean ;
57
57
}
58
58
59
59
export declare function scanBarcodesOnDevice ( options : MLKitScanBarcodesOnDeviceOptions ) : Promise < MLKitScanBarcodesOnDeviceResult > ;
60
60
61
61
export declare class MLKitBarcodeScanner extends MLKitCameraView {
62
- }
62
+ }
You can’t perform that action at this time.
0 commit comments