entria/react-native-fontawesome

Display Question marks in Ios 14

bhavikjethava opened this issue · 5 comments

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

Same issue

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

added this after the import and it started working

SolidIcons._fontFamily = 'FontAwesome5Free-Solid';

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

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