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 33- [ Firebase iOS SDK Changelog] ( https://firebase.google.com/support/release-notes/ios )
44- [ Firebase Android SDK Changelog] ( https://firebase.google.com/support/release-notes/android )
55
6- ## 10.0.0 (2019, Sep 16 )
6+ ## 10.0.0 (2019, Sep 17 )
77[ Fixes & Enhancements] ( https://github.com/EddyVerbruggen/nativescript-plugin-firebase/milestone/109?closed=1 )
88
99> 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 1717
1818<img src =" docs/images/firebase-logo.png " width =" 116px " height =" 32px " alt =" Firebase " /><br />
1919
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+
2022## Features
2123* [ AdMob] ( docs/ADMOB.md )
2224* [ Analytics] ( docs/ANALYTICS.md )
Original file line number Diff line number Diff line change @@ -49,14 +49,14 @@ export interface MLKitScanBarcodesOnDeviceOptions extends MLKitVisionOptions {
4949 */
5050 reportDuplicates ?: boolean ;
5151
52- /**
53- * Support for scanning inverse barcodes.
54- * Default false.
55- */
52+ /**
53+ * Support for scanning inverse barcodes.
54+ * Default false.
55+ */
5656 supportInverseBarcodes ?: boolean ;
5757}
5858
5959export declare function scanBarcodesOnDevice ( options : MLKitScanBarcodesOnDeviceOptions ) : Promise < MLKitScanBarcodesOnDeviceResult > ;
6060
6161export declare class MLKitBarcodeScanner extends MLKitCameraView {
62- }
62+ }
You can’t perform that action at this time.
0 commit comments