<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>
Asked
Active
Viewed 428 times
0

Hagai Harari
- 2,767
- 3
- 11
- 23

AHMED HAFDI
- 19
- 1
- 3
-
in case you using `Picker` from `react-native`, the main `
` component receive `style` prop and not `itemStyle` – Hagai Harari Jan 14 '22 at 11:44 -
nope i am using picker "import { Picker } from "@react-native-picker/picker"; – AHMED HAFDI Jan 14 '22 at 14:58
-
https://stackoverflow.com/a/41827668/14027587 hope this will help you thanks – sourabh atigre Jan 14 '22 at 18:01