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

It's the first time to use react-native-qrcode-scanner . when I implemented it as on the documents I found that it make the app slow when I trying to open this...

I'm not able to focus picture on tap. I've tried everything mentioned in docs, still not able to run it. My device is Galaxy Tab A.Help needed

type: help wanted
type: question
platform: android

### What's happening? The camera view turns black after repeatedly scanning codes (after about three-four attempts) ### How can it be reproduced? Tried ``` onSuccess(e)} reactivate={false} showMarker={true} reactivateTimeout={5000} /> ```...

How can I rescan when I click the button ? ### What's happening? I have a screen, when I open screen, the first scan is ok. But I want to...

### What's happening? Hi, I installed this module and linked the modules as given in description but I am getting a black screen in android the camera is not opening...

platform: android

Im use reactive time out and not work when i set the time below is my qrcodescanner attribute,and how i can reactive it manualy i try to set state on...

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

I'm working on controlling QR code scanning on RN 0.59, but unfortunately I can't find a support version for 0.59, I guess it is because React-native-permissions does not support 0.59

Android : Camera setPreview or setParameters Error ### What's happening? I tried to move from one screen to the other where both have QRCodeScanners and when I come back to...

Can someone help me identify why am I getting this error? "react-native-camera": "^3.19.2", "react-native-permissions": "^2.0.10", "react-native-qrcode-scanner": "^1.4.0", import React, { Component } from 'react'; import { View, Text, Dimensions, StyleSheet,...

### What's happening? Many types of barcodes are scanned on Android, including those not listed in the docs (RSS_EXPANDED) but on iOS it only scans a limited number of barcodes....