react-native-unicons
react-native-unicons copied to clipboard
Incompatible with RN 0.64.1?
FAILURE: Build failed with an exception.
* Where:
Build file '/Users/<a>/Repositories/<x>/packages/app/node_modules/@iconscout/react-native-unicons/android/build.gradle' line: 89
* What went wrong:
A problem occurred configuring project ':iconscout_react-native-unicons'.
> You must specify a URL for a Maven repository.
// build.gradle
task androidJavadoc(type: Javadoc) {
source = android.sourceSets.main.java.srcDirs
classpath += files(android.bootClasspath)
classpath += files(project.getConfigurations().getByName('compile').asList()) // line 89
include '**/*.java'
}
These are starting to pile up. Please let me know if I can provide anything else that might help. :fire:
Hello from the future,
They are getting even worse in RN 0.68.1
Any update?
At 2024 I have the same error
1: Task failed with an exception.
-
Where: Build file '/home/runner/work/sophicare-mobile/sophicare-mobile/node_modules/@iconscout/react-native-unicons/android/build.gradle' line: 18
-
What went wrong: A problem occurred evaluating project ':iconscout_react-native-unicons'.
Plugin with id 'maven' not found.
Some update or workaround?
+1