react-native-picker / picker

Picker is a cross-platform UI component for selecting an item from a list of options.
MIT License
1.49k stars 280 forks source link

fontfamily on the picker item not working on react native? #368

Open HAFDIAHMED opened 2 years ago

HAFDIAHMED commented 2 years ago

the font family for react native picker is not working

<Picker itemStyle={{backgroundColor: "red",fontFamily:'ArbFONTS-GE_SS_TEXT_LIGHT',}} > <Picker.Item fontFamily="ArbFONTS-GE_SS_TEXT_LIGHT" label={I18n.translate("reclamation_sujet")} value={I18n.translate("reclamation_sujet")} /> <Picker.Item label={I18n.translate("reclamation_sujet")} value={I18n.translate("reclamation_sujet")} /> </Picker>

HAFDIAHMED commented 2 years ago

up

Zeigfreid commented 2 years ago

up

kadirgun commented 1 year ago

up

XiscoB commented 1 year ago

up

marcinniemirski commented 1 year ago

up

HAFDIAHMED commented 1 year ago

up

ganholete commented 1 year ago

Up

HAFDIAHMED commented 1 year ago

up