diff --git a/android/app/build.gradle b/android/app/build.gradle index 0b9bd63..dbbd33c 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -81,6 +81,10 @@ project.ext.react = [ ] apply from: "../../node_modules/react-native/react.gradle" + +project.ext.vectoricons = [ + iconFontNames: [ 'MaterialCommunityIcons.ttf'] // Name of the font files you want to copy +] apply from: "../../node_modules/react-native-vector-icons/fonts.gradle" /**