From c23dd963b0bf6e9b612a37a11986d95b94b57950 Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Thu, 9 Nov 2017 04:17:42 +0100 Subject: [PATCH] fix(search-bar): Compile Ionicons for Android (#631) Fix #630 --- android/app/build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index d23fcbda9..2fee420d4 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -76,6 +76,7 @@ import com.android.build.OutputFile // Name of the font files you want to copy iconFontNames: [ 'FontAwesome.ttf', + 'Ionicons.ttf', 'MaterialIcons.ttf', 'Octicons.ttf'] ] @@ -144,6 +145,7 @@ android { } dependencies { + compile project(':react-native-vector-icons') compile project(':react-native-linear-gradient') compile project(':react-native-cookies') compile project(':react-native-i18n') @@ -151,7 +153,6 @@ dependencies { compile project(':react-native-config') compile project(':react-native-code-push') compile project(':react-native-device-info') - compile project(':react-native-vector-icons') compile fileTree(dir: "libs", include: ["*.jar"]) compile "com.android.support:appcompat-v7:23.0.1" compile "com.facebook.react:react-native:+" // From node_modules