react-native-fontawesome icon indicating copy to clipboard operation
react-native-fontawesome copied to clipboard

Some Icons not dispaying

Open wikiyodo opened this issue 6 years ago • 5 comments

Most icons are not displaying e.g <Text style={{margin: 10, fontSize: 45, textAlign: 'center'}}><FontAwesome>{Icons.chevronCircleLeft}</FontAwesome></Text>

wikiyodo avatar Aug 26 '17 07:08 wikiyodo

@wikiyodo maybe you fontawesome.ttf has a different code for some icons

could you provide your .ttf?

sibelius avatar Aug 26 '17 12:08 sibelius

Yes, some icons are not displaying. Here is my .ttf FontAwesome.zip

YaroslavRostanets avatar Aug 28 '17 18:08 YaroslavRostanets

@sibelius I will try to change my fontawesome.ttf. But how do I change it, I mean where do I place it?

wikiyodo avatar Aug 28 '17 21:08 wikiyodo

Hello! I solved the problem in my application. I replaced FontAwesome.ttf on FontAwesome.otf Everything worked!

YaroslavRostanets avatar Aug 30 '17 08:08 YaroslavRostanets

i solved the problem. i coppy FontAwesome.ttf to "..\android\app\build\intermediates\assets\debug\fonts"

vantu19000 avatar Nov 08 '17 15:11 vantu19000