react-native-qrcode-scanner icon indicating copy to clipboard operation
react-native-qrcode-scanner copied to clipboard

A QR code scanner component for React Native.

Results 123 react-native-qrcode-scanner issues
Sort by recently updated
recently updated
newest added

Hello everyone, I'm using react-native-qrcode-scanner to scan qrcode and it work great. But I saw that it also can read barcodes given that react native camera can. My problem is...

type: help wanted
platform: android

Just to let you know, the latest React Native Permissions (since @1.0.0) uses React Native's own JS PermissionsAndroid module on Android.

type: question

I have some qr code that are printed in negative colors, the white part is the code part, but this scaner is not finding it, there is a way to...

type: help wanted
type: question

Can you please describe how to enable autofocus on qrscanner?

type: help wanted
type: question

_renderScanner = () => { if (this.state.startScan) { return ( ); } else { return null; } } _renderInView = () => { var runLines = []; var runLine; var...

type: question

### What's happening? camera in lolipop is blank, if install os 7 higher is normal can you help me ?

type: bug
platform: android

happening: Please add the flash function, it is too dark at night.Thank! Build details: "react-native": "0.55.3", "react-native-camera": "^1.1.4", "react-native-qrcode-scanner": "^1.0.1", 2018/7/5

Same with title ### What's happening? I didn't find any APIs of that, did I miss something or this module doesn't support ? ### How can it be reproduced? ###...

type: help wanted
type: feature
plus: good first issue

I am trying to make the whole container transparent and just apply a border to camera view, but the **style property border is not getting applied in cameraStyle**, but works...

Unable to resize bottomContent upon rotation width wise. ### What's happening? I'm setting a Text component at bottom of View and need to resize it upon rotation of device width...