From 137f5272e3d0b5ae236618b167d9d993a711169d Mon Sep 17 00:00:00 2001 From: Marc Rousavy Date: Mon, 10 Jan 2022 17:10:29 +0100 Subject: [PATCH] fix: Fix HDR icon not showing --- example/android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/android/app/build.gradle b/example/android/app/build.gradle index 0c019d5..f1740c3 100644 --- a/example/android/app/build.gradle +++ b/example/android/app/build.gradle @@ -79,7 +79,7 @@ project.ext.react = [ enableHermes: true, // clean and rebuild if changing ] project.ext.vectoricons = [ - iconFontNames: [ 'MaterialIcons.ttf', 'Ionicons.ttf' ] + iconFontNames: [ 'MaterialCommunityIcons.ttf', 'Ionicons.ttf' ] ] apply from: "../../node_modules/react-native/react.gradle"