ideacreation / react-native-barcodescanner

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

Resizing scanner breaks scanning #31

Open jrm2k6 opened 8 years ago

jrm2k6 commented 8 years ago

I have a component rendering the scanner. I have an attribute on my component state that is called fullSizeScanner. When I switch from true to false, it seems that scanning doesn't work anymore. The autofocus is triggered on my phone but my handler to get the barcode is not called anymore. Any idea?