oblador / react-native-vector-icons

Customizable Icons for React Native with support for image source and full styling.
https://oblador.github.io/react-native-vector-icons/
MIT License
17.31k stars 2.12k forks source link

Icons missing and not showing properly using createIconSetFromIcommon #1514

Open mehrdokhtgohar opened 1 year ago

mehrdokhtgohar commented 1 year ago

Description

I'm using createIconSetFromIcomoon, but having issues like not showing icons, which aare in the selection.json file and also not showing soe icons correctly, missplacing them with other ones.

I've already tried adding the following code to build.gradle, it didn't work. project.ext.vectoricons = [ iconFontNames: [ 'MaterialIcons.ttf', 'EvilIcons.ttf' ] // Name of the font files you want to copy ]

apply from: "../../node_modules/react-native-vector-icons/fonts.gradle"

I also ran npx react-native-asset.