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

Fix camera preview scaling #20

Closed gdancel closed 6 years ago

ekreutz commented 6 years ago

The approach you're proposing looks cleaner but will probably reintroduce an old issue this library used to have. Take a look at this comment I made in another issue: https://github.com/ekreutz/react-native-barcode-scanner-google/issues/4#issuecomment-342005834 (specifically read my fix part 2)

Perhaps I should have commented the code better to rationalize the somewhat odd "double scaling" in this file.