This repository was archived by the owner on Apr 4, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -338,7 +338,6 @@ export class MLKitComponent {
338338 }
339339
340340 private scanBarcodeOnDevice ( imageSource : ImageSource ) : void {
341- console . log ( ">>> imageSource.rotationAngle: " + imageSource . rotationAngle ) ;
342341 firebase . mlkit . barcodescanning . scanBarcodesOnDevice ( {
343342 image : imageSource ,
344343 formats : [ BarcodeFormat . QR_CODE , BarcodeFormat . EAN_13 ]
Original file line number Diff line number Diff line change 1+ {
2+ "useLegacyWorkflow" : true
3+ }
Original file line number Diff line number Diff line change 66 "nativescript" : {
77 "id" : " org.nativescript.firebasedemo.firestore" ,
88 "tns-android" : {
9- "version" : " 5.2 .0"
9+ "version" : " 5.4 .0"
1010 },
1111 "tns-ios" : {
12- "version" : " 5.2 .0"
12+ "version" : " 5.4 .0"
1313 }
1414 },
1515 "dependencies" : {
4040 "babylon" : " 6.18.0" ,
4141 "lazy" : " 1.0.11" ,
4242 "nativescript-dev-typescript" : " ~0.7.0" ,
43- "nativescript-dev-webpack" : " ^0.15 .1" ,
43+ "nativescript-dev-webpack" : " 0.24 .1" ,
4444 "typescript" : " ~2.8.0"
4545 }
4646}
Original file line number Diff line number Diff line change 1+ {
2+ "extends" : " ./tsconfig" ,
3+ "compilerOptions" : {
4+ "module" : " es2015" ,
5+ "moduleResolution" : " node"
6+ }
7+ }
You can’t perform that action at this time.
0 commit comments