react-native-barcode-scanner-google icon indicating copy to clipboard operation
react-native-barcode-scanner-google copied to clipboard

Barcode scanner for react native, which implements barcode detection from Google's Vision API.

Results 22 react-native-barcode-scanner-google issues
Sort by recently updated
recently updated
newest added

I set barcodeType={BarcodeType.PDF417} and attempted to scan the back of a driver's license, but it is still scanning the CODE_128 barcode. { Alert.alert("Barcode type " + type); this.onBarCodeRead(data); }} />

I'm develop App for reding barcodes with CODE_128 type. While this lib working fine from different sources (plastic loyalty cards, shop cashier's check), it not reading (or very rarely) from...

Allow multiple barcodes to be read at once on Android (as with iOS).

On Huawai P10 I have that error on adb logcat > 05-15 09:53:58.479 9095 9297 W DynamiteModule: Local module descriptor class for com.google.android.gms.vision.dynamite.barcode not found. > 05-15 09:53:58.482 3145 4218...

> java.lang.RuntimeException: at android.app.ActivityThread.performDestroyActivity (ActivityThread.java:4741) at android.app.ActivityThread.handleDestroyActivity (ActivityThread.java:4764) at android.app.servertransaction.DestroyActivityItem.execute (DestroyActivityItem.java:39) at android.app.servertransaction.TransactionExecutor.executeLifecycleState (TransactionExecutor.java:145) at android.app.servertransaction.TransactionExecutor.execute (TransactionExecutor.java:70) at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1970) at android.os.Handler.dispatchMessage (Handler.java:106) at android.os.Looper.loop (Looper.java:214) at android.app.ActivityThread.main (ActivityThread.java:7156) at...

There is no property exposed to set the camera facing barcode/qrcode. Is there any way it can be done?

java.lang.OutOfMemoryError · Failed to allocate a 1382413 byte allocation with 508984 free bytes and 497KB until OOM Raw CameraSource.java:1105com.spyworldxp.barcodescanner.camera.CameraSource.createPreviewBuffer CameraSource.java:864com.spyworldxp.barcodescanner.camera.CameraSource.createCamera CameraSource.java:406com.spyworldxp.barcodescanner.camera.CameraSource.start CameraSourcePreview.java:90com.spyworldxp.barcodescanner.camera.CameraSourcePreview.startIfReady CameraSourcePreview.java:33com.spyworldxp.barcodescanner.camera.CameraSourcePreview.access$200 CameraSourcePreview.java:119com.spyworldxp.barcodescanner.camera.CameraSourcePreview$SurfaceCallback.surfaceCreated SurfaceView.java:632android.view.SurfaceView.updateWindow SurfaceView.java:162android.view.SurfaceView$3.onPreDraw ViewTreeObserver.java:944android.view.ViewTreeObserver.dispatchOnPreDraw ViewRootImpl.java:2247android.view.ViewRootImpl.performTraversals ViewRootImpl.java:1296android.view.ViewRootImpl.doTraversal ViewRootImpl.java:6401android.view.ViewRootImpl$TraversalRunnable.run...

Hello. I'm writing an IOS extension: https://github.com/sbobykin/react-native-barcode-scanner-google/blob/ios/IOS.md . Here I'd like to start discussion about the extension. That would be great if someone tries to run and test it.