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