EddyVerbruggen / nativescript-barcodescanner

🔎 NativeScript QR / barcode (bulk)scanner plugin
MIT License
294 stars 73 forks source link

Cannot read property 'ContextCompat' of undefined #223

Open nmandyam opened 4 years ago

nmandyam commented 4 years ago

Moved to NS6.0.2, now seeing this problem on barcodescanner.scan(). Changed these three references in node_modules/nativescript-barcodescanner/barcodescanner.android.js to fix things:

All OK now, but I'm hoping the next release of nativescript-barcodescanner will have these fixes. Thanks for a great plugin!

EddyVerbruggen commented 4 years ago

Which plugin version are you on? That was fixed already: https://github.com/EddyVerbruggen/nativescript-barcodescanner/blob/0bf794181ed15b26d3d39d196bc987ff60edc0b6/src/barcodescanner.android.ts#L10-L12