react-native-segmented-control / segmented-control

React Native SegmentedControl library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom fontFamily doesn't work in Expo

outaTiME opened this issue · comments

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

Thanks !!!

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.

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

same here

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