Skip to content

[fix] fonts are not being loaded caused by mismatch between expo packages#28

Open
muja555 wants to merge 1 commit intoThe-Unleashed-Club:mainfrom
muja555:fix_font_ios
Open

[fix] fonts are not being loaded caused by mismatch between expo packages#28
muja555 wants to merge 1 commit intoThe-Unleashed-Club:mainfrom
muja555:fix_font_ios

Conversation

@muja555
Copy link

@muja555 muja555 commented Oct 1, 2023

Overview 🚀

An error message is being shown that indicates fonts are being loaded, which is resulted from mismatch between expo packages

error message:

fontFamily "OpenSans_600SemiBold" is not a system font and has not been loaded through 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.

fixed by running this command:

npx expo install --fix

How Has This Been Tested? 🚨

  • Manual: on iOS and Android emulators

Screenshots 📸

IMG_8036C30ECFD7-1

Checklist ✅

  • [✅] My code follows the style guidelines of this project

  • [✅] I have performed a self-review of my own code

  • [✅ ] I have commented my code, particularly in hard-to-understand areas

  • [✅ ] I have made corresponding changes to the documentation

  • [✅] My changes generate no new warnings

  • [✅ ] I have added tests that prove my fix is effective or that my feature works

  • [✅ ] New and existing unit tests pass locally with my changes

  • [✅ ] Any dependent changes have been merged & published in downstream modules

@muja555 muja555 changed the title [fix] fonts are not being loaded, fix mismatch between expo packages [fix] fonts are not being loaded caused by mismatch between expo packages Oct 1, 2023
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

Successfully merging this pull request may close these issues.

1 participant