darklight365
darklight365
See this updated plugin in the nstudio common plugins https://www.npmjs.com/package/@nstudio/nativescript-barcodescanner It should be a drop in replacement for the current plugin, just need to update your references to point to...
PR created to correct this issue: https://github.com/NativeScript/angular/pull/132 cc: @NathanWalker, @edusperoni
@farfromrefug - This seems to be an iOS 16.4 bug: https://developer.apple.com/forums/thread/728797 It looks like a possible solution to get around this case would be to switch from UICollectionViewDataSource to UICollectionViewDiffableDataSource...
@triniwiz - If the following line was updated to use an imported class (and not a require call) then it should work: https://github.com/NativeScript/mlkit/blob/742e5c3b07ef720e669da7f778f6cd140ab2799d/packages/mlkit-core/angular/index.ts#L15 ``` import { MLKitView } from '@nativescript/mlkit-core';...