Closed SimoneMSR closed 6 years ago
This package uses Firebase ML Kit for text recognition on android please make sure you have integrated firebase in your app before started integration of this package. Here is the guide for Firebase integration.
Thank you @zsajjad for your hint. But the problem was elsewhere, with the react-nativa-camera module that I was using.- Following this issue post, I was trying to use react-native-camera with your react-native-text-detector. The solution hinted by the community lead me to the error I wrote before. I solved the problem by changing some configuration in my gradle conf files. Now this is working!
Happy that you are out of trouble.
@SimoneMSR can you share what changes did you do to the gradle conf files ? Having the same problem
I have followed the instruction in the README.md, added the
google-services.json
file. When I run my app, I can see from the Android Studio debugger this error:And the app just crashes. I have googled the error, cleaned and rebuild the project, but the error is still there. What's happening? Could that be the gradle version?
my package.json contains
I use