Using Font Awesome Pro with Expo

I have a project that requires the use of fonts found only in the paid subscription Font Awesome Pro. I’m trying to figure out how to import the specific fonts into my Expo project and view this during development using the expo app on my iPhone and Android device.

Does anyone have any experience with this and insight on how I can use Expo and Font Awesome pro

Thank you - Mark

If the fonts are .ttf or .otf files, you should be able to just add them and load them as any normal, free font as described here: https://docs.expo.io/versions/v28.0.0/guides/using-custom-fonts

Cheers,

Adam

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.