From dda041a9aebc23f7a0576fc4030d06c71fa370d2 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 12 May 2024 20:04:58 +0530 Subject: Add draggable favorite apps list --- android/app/build.gradle | 2 ++ 1 file changed, 2 insertions(+) (limited to 'android/app/build.gradle') diff --git a/android/app/build.gradle b/android/app/build.gradle index ebda1a8..378d7b8 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -2,6 +2,8 @@ apply plugin: "com.android.application" apply plugin: "org.jetbrains.kotlin.android" apply plugin: "com.facebook.react" +apply from: file("../../node_modules/react-native-vector-icons/fonts.gradle") + /** * This is the configuration block to customize your React Native Android app. * By default you don't need to apply any configuration, just uncomment the lines you need. -- cgit v1.3.1