Android: copy vector icons
This commit is contained in:
parent
27f5ad016b
commit
36dbdfd570
@ -79,8 +79,12 @@ project.ext.react = [
|
|||||||
enableHermes: true, // clean and rebuild if changing
|
enableHermes: true, // clean and rebuild if changing
|
||||||
entryFile: "index.tsx",
|
entryFile: "index.tsx",
|
||||||
]
|
]
|
||||||
|
project.ext.vectoricons = [
|
||||||
|
iconFontNames: [ 'MaterialIcons.ttf', 'Ionicons.ttf' ]
|
||||||
|
]
|
||||||
|
|
||||||
apply from: "../../node_modules/react-native/react.gradle"
|
apply from: "../../node_modules/react-native/react.gradle"
|
||||||
|
apply from: "../../node_modules/react-native-vector-icons/fonts.gradle"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set this to true to create two separate APKs instead of one:
|
* Set this to true to create two separate APKs instead of one:
|
||||||
|
Loading…
Reference in New Issue
Block a user