From 0d1c32e3a38ebff080b9f4c66b0bcc0e50fbaa63 Mon Sep 17 00:00:00 2001 From: Tim Glasgow Date: Mon, 1 Aug 2022 00:14:53 -0500 Subject: [PATCH] include vector icons in android build --- squarenotsquare/android/app/build.gradle | 1 + 1 file changed, 1 insertion(+) 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: