entria / react-native-fontawesome

React Native Font Awesome Icons
MIT License
176 stars 34 forks source link

Display Question marks in Ios 14 #69

Open bhavikjethava opened 4 years ago

bhavikjethava commented 4 years ago

In IOS 14 it Display Question marks in. import FontAwesome, { SolidIcons } from 'react-native-fontawesome'; <FontAwesome icon={SolidIcons.tachometerAlt} />

jovantana commented 4 years ago

Same issue

MwareSolutons commented 3 years ago

same issue this is 100% due to IOS 14 who has a solution ?

MwareSolutons commented 3 years ago

added this after the import and it started working

SolidIcons._fontFamily = 'FontAwesome5Free-Solid';

batcodegen commented 3 years ago

@MwareSolutons could you please elaborate on your solution. Maybe provide how do I add this? And it shows FontAwesome5FreeSolid and not FontAwesome5Free-Solid

MwareSolutons commented 3 years ago

you can try both but place this right after you have the import line for me it solved this issue