Custom fontFamily doesn't work in Expo
outaTiME opened this issue · 5 comments
outaTiME commented
Hi guys,
im using Expo 39 and custom font not works with fontFamily, any plan of support?
Thanks !!!
albinekman91 commented
Having the same issue,
I'm currently using a custom font via @expo-google-fonts/ibm-plex-sans and for some reason it's not being applied to the SegmentedControlTab. I'm running version ^2.2.1.
Reproduce by adding a font through @expo-google-fonts and apply it to the fontStyle object.
chefong commented
Same issue as well. Using a custom imported font file, works fine everywhere else
apedroferreira commented
same here
zgordon02 commented
I can reproduce this on iOS but Android seems to apply font family correctly. My guess is because Android is a pure JS implementation, and in iOS it will only support fonts that are natively supported on iOS