picker
picker copied to clipboard
dropdown background
i want to set background whit in dropdown list how?
( i mean in piker.item list)
@sam9010
Did you ever figure out how to do this?
add this line
ViewStyleProp={{backgroundColor:'#fff'}}
<Picker ..... ViewStyleProp={{backgroundColor:'#fff'}} itemStyle={{ backgroundColor: "gray", color: "blue", fontFamily:FONT_FAMILY.YEKAN_, fontSize:17 }}
...... </Picker>
add this line
ViewStyleProp={{backgroundColor:'#fff'}}
<Picker ..... ViewStyleProp={{backgroundColor:'#fff'}} itemStyle={{ backgroundColor: "gray", color: "blue", fontFamily:FONT_FAMILY.YEKAN_, fontSize:17 }}
......
Item style is supported on ios only , i want to change background on Android il
@zeeshan-shabbir I don not know, I think i can not change it