We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bf497d commit afdaeacCopy full SHA for afdaeac
1 file changed
example/android/app/build.gradle
@@ -129,7 +129,7 @@ dependencies {
129
}
130
131
project.ext.vectoricons = [
132
- iconFontsDir: "../../node_modules/react-native-vector-icons/Fonts",
+ iconFontsDir: "../../../node_modules/react-native-vector-icons/Fonts",
133
iconFontNames: [ 'MaterialCommunityIcons.ttf' ]
134
]
135
-apply from: file("../../node_modules/react-native-vector-icons/fonts.gradle")
+apply from: file("../../../node_modules/react-native-vector-icons/fonts.gradle")
0 commit comments