From 98fc08db5ba44fa6e314f2ee52221ad9fa6f5548 Mon Sep 17 00:00:00 2001 From: Dan Date: Sun, 29 Oct 2023 12:24:17 +0100 Subject: [PATCH] update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index afe57e9c3..7809599c1 100644 --- a/README.md +++ b/README.md @@ -139,9 +139,9 @@ To make font management smoother on Android, use this method: To customize the fonts being copied, use: ```gradle - project.ext.vectoricons = { + project.ext.vectoricons = [ iconFontNames: [ 'MaterialIcons.ttf', 'EvilIcons.ttf' ] // Specify font files - } + ] apply from: file("../../node_modules/react-native-vector-icons/fonts.gradle")