react-native-fontawesome
react-native-fontawesome copied to clipboard
Some Icons not dispaying
Most icons are not displaying e.g
<Text style={{margin: 10, fontSize: 45, textAlign: 'center'}}><FontAwesome>{Icons.chevronCircleLeft}</FontAwesome></Text>
@wikiyodo maybe you fontawesome.ttf has a different code for some icons
could you provide your .ttf?
Yes, some icons are not displaying. Here is my .ttf FontAwesome.zip
@sibelius I will try to change my fontawesome.ttf. But how do I change it, I mean where do I place it?
Hello! I solved the problem in my application. I replaced FontAwesome.ttf on FontAwesome.otf Everything worked!
i solved the problem. i coppy FontAwesome.ttf to "..\android\app\build\intermediates\assets\debug\fonts"