forked from vergnet/application-amicale
Load only used icon font
This commit is contained in:
parent
a4bbd84136
commit
f89aa2d2ff
1 changed files with 4 additions and 0 deletions
|
@ -81,6 +81,10 @@ project.ext.react = [
|
||||||
]
|
]
|
||||||
|
|
||||||
apply from: "../../node_modules/react-native/react.gradle"
|
apply from: "../../node_modules/react-native/react.gradle"
|
||||||
|
|
||||||
|
project.ext.vectoricons = [
|
||||||
|
iconFontNames: [ 'MaterialCommunityIcons.ttf'] // Name of the font files you want to copy
|
||||||
|
]
|
||||||
apply from: "../../node_modules/react-native-vector-icons/fonts.gradle"
|
apply from: "../../node_modules/react-native-vector-icons/fonts.gradle"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue