From 42ef823af628df33d221d1b95d6bd5a9cabe7492 Mon Sep 17 00:00:00 2001 From: Listen 1 Date: Sun, 1 Nov 2020 00:49:55 +0800 Subject: [PATCH] fix icon vector not including for release apk --- android/app/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/android/app/build.gradle b/android/app/build.gradle index a7e5927..8cd76b8 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -77,6 +77,7 @@ project.ext.react = [ ] apply from: "../../node_modules/react-native/react.gradle" +apply from: "../../node_modules/react-native-vector-icons/fonts.gradle" /** * Set this to true to create two separate APKs instead of one: