-
Notifications
You must be signed in to change notification settings - Fork 127
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
Android does not build with RN 0.71.4 #154
Comments
I had to update like this to have this working. Hope it helps: |
Did you manage to fix it? |
@ahmed-abdelkader-00 , TBH I am not sure how to fix the issue. allprojects {
repositories {
maven {
url 'https://zendesk.jfrog.io/zendesk/repo'
}
}
} |
Actually it was adding this along with cleaning project that helped me to get it to work |
Now with the new react native version, there is no allProjects object anymore, and adding into projects object does not work. Do this, add complete allProjects object like below: `buildscript { apply plugin: "com.facebook.react.rootproject" this worked for me |
Fails with the following error:
I have added the dependencies to the build.gradle like the docs suggest:
I also tried:
And added maven url:
maven { url 'https://zendesk.jfrog.io/zendesk/repo' }
The text was updated successfully, but these errors were encountered: