picker icon indicating copy to clipboard operation
picker copied to clipboard

fontfamily on the picker item not working on react native?

Open HAFDIAHMED opened this issue 3 years ago • 0 comments

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>

see the question on stackoverflow

HAFDIAHMED avatar Dec 27 '21 16:12 HAFDIAHMED