diff --git a/squarenotsquare/android/app/build.gradle b/squarenotsquare/android/app/build.gradle index 9117853..180c638 100644 --- a/squarenotsquare/android/app/build.gradle +++ b/squarenotsquare/android/app/build.gradle @@ -310,6 +310,7 @@ task copyDownloadableDepsToLibs(type: Copy) { } apply from: file("../../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesAppBuildGradle(project) +apply from: "../../node_modules/react-native-vector-icons/fonts.gradle" def isNewArchitectureEnabled() { // To opt-in for the New Architecture, you can either: