ekreutz / react-native-barcode-scanner-google

Barcode scanner for react native, which implements barcode detection from Google's Vision API.
MIT License
113 stars 68 forks source link

Cant disable auto focus? #23

Open vivianmauer opened 6 years ago

vivianmauer commented 6 years ago

I have setup focusMode with 'FocusMode.FIXED' but seems equals to FocusMode.AUTO, focus still continue automatically

ekreutz commented 6 years ago

I think there might be some differences between what different devices support. Perhaps the library could check for this better, and give some feedback on the JS side.