Walter Ngo
Walter Ngo
I think the rnpm link not correctly. If you are using the latest react native, I am not sure, around >= 0.39. You should add FIRAnalyticsPackage in MainApplication.java rather than...
I solve this by using a [barcode-detector polyfill](https://github.com/Sec-ant/barcode-detector) and also increase the video constraints. Here is my working code (tested on iOS Safari): ```js import "barcode-detector/side-effects"; import { BarcodeDetector }...
@deadcoder0904 yes, that's right. It's the purpose of `HiddenText`.
@luenib @ssch-99 @tobias77X I solve this by using a [barcode-detector polyfill](https://github.com/Sec-ant/barcode-detector) and also increase the video constraints. Here is my working code (tested on iOS Safari): ```js import "barcode-detector/side-effects"; import...
> I use this small hack for creating delays. > > ``` > - tapOn: > text: randText # Any random text that does not exist in the UI >...
I solve this by using a [barcode-detector polyfill](https://github.com/Sec-ant/barcode-detector) and also increase the video constraints. Here is my working code (tested on iOS Safari): ```js import "barcode-detector/side-effects"; import { BarcodeDetector }...