-
Notifications
You must be signed in to change notification settings - Fork 167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
React-native camera not working #138
Comments
This library does not directly depend on react-native-camera. So this deprecation is not affecting it. |
I am not able to run this project. If I try running your code I end up with multiple issues
|
Are you running an example project in example folder? |
yes |
Sounds like you need to replase compile with implementation. |
Even after changing this, there were various issues. Currently, I am getting gradle issue. Even after I have added MavenCentral Could not find com.android.tools.build:gradle:7.4.0.
|
It says in your error message to add google Maven repository. Have you tried that? |
Since React-native camera is deprecated (https://github.com/react-native-camera/react-native-camera). So now this library isn't working.
How can I make it run?
The text was updated successfully, but these errors were encountered: