Skip to content
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

Open
bhavikjethava opened this issue Sep 12, 2020 · 5 comments
Open

Display Question marks in Ios 14 #69

bhavikjethava opened this issue Sep 12, 2020 · 5 comments

Comments

@bhavikjethava
Copy link

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

@jovantana
Copy link

Same issue

@MwareSolutons
Copy link

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

@MwareSolutons
Copy link

added this after the import and it started working

SolidIcons._fontFamily = 'FontAwesome5Free-Solid';

@batcodegen
Copy link

batcodegen commented Nov 5, 2020

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

@MwareSolutons
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants