Skip to content

Commit afdaeac

Browse files
committed
fix: android build failed - Could not read script 'node_modules/react-native-vector-icons/fonts.gradle'
1 parent 2bf497d commit afdaeac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

example/android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ dependencies {
129129
}
130130

131131
project.ext.vectoricons = [
132-
iconFontsDir: "../../node_modules/react-native-vector-icons/Fonts",
132+
iconFontsDir: "../../../node_modules/react-native-vector-icons/Fonts",
133133
iconFontNames: [ 'MaterialCommunityIcons.ttf' ]
134134
]
135-
apply from: file("../../node_modules/react-native-vector-icons/fonts.gradle")
135+
apply from: file("../../../node_modules/react-native-vector-icons/fonts.gradle")

0 commit comments

Comments
 (0)