Skip to content

Commit

Permalink
fix(search-bar): Compile Ionicons for Android (#631)
Browse files Browse the repository at this point in the history
Fix #630
  • Loading branch information
machour authored and Houssein Djirdeh committed Nov 9, 2017
1 parent af043b9 commit c23dd96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion android/app/build.gradle
Expand Up @@ -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']
]
Expand Down Expand Up @@ -144,14 +145,14 @@ android {
}

dependencies {
compile project(':react-native-vector-icons')
compile project(':react-native-linear-gradient')
compile project(':react-native-cookies')
compile project(':react-native-i18n')
compile project(':react-native-photo-view')
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
Expand Down

0 comments on commit c23dd96

Please sign in to comment.