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

Request #36

Open webdevfarhan opened 5 years ago

webdevfarhan commented 5 years ago

Please update Readme : In android/app/build.gradle

Under dependencies add implementation 'com.google.android.gms:play-services-vision:15.0.2'

Otherwise app will not run and an error will be thrown. Wasted hours trying to solve this error.