ideacreation / react-native-barcodescanner

A barcode scanner component for react native - not maintained anymore - use react-native-camera
MIT License
538 stars 162 forks source link

When asking permission for first use, The camera does not focus and thus has trouble scanning succesfully #64

Open ThaJay opened 7 years ago

ThaJay commented 7 years ago

When setting Android-M permissions, The camera does show up after tapping allow. But the focus does not seem to work, when you move the camera closer it stays too blurry to read out the barcode.

If I go back to the previous activity and select the scanner again, it works perfectly.