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

I have added button with onpress in bottomContent, Click event not working anyway in iOS. But working fine in Android. { this.scanner = node; }} reactivateTimeout={4000} onRead={this.onQRCodeSuccess} customMarker={} bottomContent={ {...

My Camera is sometimes appearred, sometimes not, permission camera is granted on my IOS device somebody helps me this case `"react-native-qrcode-scanner": "^1.5.4"` `"react-native-permissions": "^3.0.5"` `"react-native-camera": "^4.2.1"` `"react-native": "0.64.0"` ```javascript ```

Incompability when using react-native-permissions 2.0.2 (from this package) and in parallel with react-native-permissions 3.6.0 See [!386](https://github.com/moaazsidat/react-native-qrcode-scanner/issues/386)

How can I go about this? React-native-camera is recommending react-native-vision-camera. Will this be the new dependency and do I need to add it?

type: upgrade
type: dependencies

Incompability when using **react-native-permissions** 2.0.2 (from this package) and in parallel with react-native-permissions 3.6.0 ``` [email protected]: version "1.5.4" resolved "https://registry.yarnpkg.com/react-native-qrcode-scanner/-/react-native-qrcode-scanner-1.5.4.tgz#5e96189260942db3287739545eb3f6a16f7c0178" integrity sha512-FqY6C+vi+1u7XUunCfCBoBGTjEhK9mIOhthOBgmCWH2xAXZkytrRV7ycCmnkTIFMqOIWzomlfSc7l+2vF01BzA== dependencies: "@react-native-async-storage/async-storage" "^1.13.4" prop-types "^15.5.10" react-native-permissions "^2.0.2" ```...

I am trying to use react-native-qrcode-scanner on Windows (both desktop and tablet) but I am getting this error: Camera not authorized. Are you supporting react native for windows? **Used plugins:**...

### What's happening? ### How can it be reproduced? ### Build details?

const PosBarcodeScan = React.forwardRef(({ onBarcodeScanned, onDismiss }, ref) => { // /** call from outer with {ref} */ useImperativeHandle(ref, () => ({ reactivate: () => { qrcodeScannerRef.current.reactivate(); }, })); })...

type: bug
plus: good first issue

### What's happening? I try set height but look like not work on android device but on iOS working ### Build details? - "react-native-qrcode-scanner": "^1.5.5" - "react-native": "0.66.3" - "react-native-camera":...

onRead method is getting triggered without scanning qr. Its only an android issue. Im using react-native-qrcode-scanner 1.5.4 and react-native-camera 4.2.1 version. Devices used Samsung s9 and Samsung s21 ultra and...