start-react / native-starter-kit

React Native Starter App with NativeBase + CodePush + Redux
http://GeekyAnts.com
Other
1.59k stars 372 forks source link

Picker itemTextStyle,itemTextStyle,textStyle not working #131

Closed YogarajRamesh closed 6 years ago

YogarajRamesh commented 6 years ago

<Picker iosHeader="Sub-Category" placeholder="Select your SIM" placeholderStyle={{ color: "#bfc6ea" }} selectedValue={this.state.selected1} onValueChange={this.onValueChange.bind(this)} itemStyle={{ fontSize:18, color: '#d00'} itemTextStyle={{ fontSize:18, color: '#d00',fontFamily:"Montserrat-Regular" }} textStyle={{ fontSize:16, color: '#d00',fontFamily:"Montserrat-Regular" }}

SupriyaKalghatgi commented 6 years ago

Please check ReadMe

image