-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Display Question marks in Ios 14 #69
Comments
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? |
you can try both but place this right after you have the import line for me it solved this issue |
In IOS 14 it Display Question marks in.
import FontAwesome, { SolidIcons } from 'react-native-fontawesome';
<FontAwesome icon={SolidIcons.tachometerAlt} />
The text was updated successfully, but these errors were encountered: