react-native-text-detector icon indicating copy to clipboard operation
react-native-text-detector copied to clipboard

issue

Open pavankumarupai37 opened this issue 5 years ago • 2 comments

Screenshot_20200525-174151

Kindly help me out asap

pavankumarupai37 avatar May 25 '20 12:05 pavankumarupai37

Hello @pavankumarupai37 I was facing same issue. I resolved it by installing firebase properly:

  1. Setup Firebase
  2. In your project-level build.gradle file, make sure to include Google's Maven repository in both your buildscript and allprojects sections.
  3. Add the dependencies for the ML Kit Android libraries to your module (app-level) Gradle file (usually app/build.gradle): implementation 'com.google.firebase:firebase-ml-vision:24.0.3'

That's it! Clear build and run again.

mitesh-db avatar Jul 23 '20 06:07 mitesh-db

Thank you I will look into it.

On Thu 23 Jul, 2020, 11:40 AM mitjnextt <[email protected] wrote:

Hello @pavankumarupai37 https://github.com/pavankumarupai37 I was facing same issue. I resolved it by installing firebase properly:

  1. Setup Firebase https://firebase.google.com/docs/android/setup
  2. In your project-level build.gradle file, make sure to include Google's Maven repository in both your buildscript and allprojects sections.
  3. Add the dependencies for the ML Kit Android libraries to your module (app-level) Gradle file (usually app/build.gradle): implementation 'com.google.firebase:firebase-ml-vision:24.0.3'

That's it! Clear build and run again.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/zsajjad/react-native-text-detector/issues/33#issuecomment-662835389, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOE2U3CDWXHJVKWBCNLX7Q3R47H5LANCNFSM4NJPHZAQ .

pavankumarupai37 avatar Jul 23 '20 06:07 pavankumarupai37