fix: Fix HDR icon not showing
This commit is contained in:
@@ -79,7 +79,7 @@ project.ext.react = [
|
|||||||
enableHermes: true, // clean and rebuild if changing
|
enableHermes: true, // clean and rebuild if changing
|
||||||
]
|
]
|
||||||
project.ext.vectoricons = [
|
project.ext.vectoricons = [
|
||||||
iconFontNames: [ 'MaterialIcons.ttf', 'Ionicons.ttf' ]
|
iconFontNames: [ 'MaterialCommunityIcons.ttf', 'Ionicons.ttf' ]
|
||||||
]
|
]
|
||||||
|
|
||||||
apply from: "../../node_modules/react-native/react.gradle"
|
apply from: "../../node_modules/react-native/react.gradle"
|
||||||
|
Reference in New Issue
Block a user