segmented-control icon indicating copy to clipboard operation
segmented-control copied to clipboard

Custom fontFamily doesn't work in Expo

Open outaTiME opened this issue 5 years ago • 4 comments

Hi guys, im using Expo 39 and custom font not works with fontFamily, any plan of support?

Thanks !!!

outaTiME avatar Sep 26 '20 21:09 outaTiME

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.

albinekman91 avatar Dec 02 '20 09:12 albinekman91

Same issue as well. Using a custom imported font file, works fine everywhere else

chefong avatar Jan 01 '21 04:01 chefong

same here

apedroferreira avatar Jan 23 '21 02:01 apedroferreira

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

zgordon02 avatar Jul 21 '22 14:07 zgordon02