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

fontFamily 'simple-line-icons' is not a system font and has not been loaded through Expo.Font.loadAsync. #4

Closed
faheem121 opened this issue Sep 1, 2018 · 3 comments

Comments

@faheem121
Copy link

fontFamily 'simple-line-icons' is not a system font and has not been loaded through Expo.Font.loadAsync.

  • If you intended to use a system font, make sure you typed the name correctly and that it is supported by your device operating system.

  • If this is a custom font, be sure to load it with Expo.Font.loadAsync.

@danielst19
Copy link

danielst19 commented Dec 6, 2018

Un poco tarde para responder, pero para solucionar el error debes cargar la fuente de la siguiente manera:
await Font.loadAsync({ SimpleLineIcons: require('@expo/vector-icons/fonts/SimpleLineIcons.ttf') });

@Moreno97
Copy link
Member

Fixed and not linked with this library, closing.

@kwameaj67
Copy link

Fixed and not linked with this library, closing.

im still getting an error. any help

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