react-component / m-picker

React Mobile Picker(web & react-native)

Home Page:http://react-component.github.io/m-picker/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Native Styles?

Noitidart opened this issue · comments

Hi there,
I am working on a react native project. I was using the Picker component - https://facebook.github.io/react-native/docs/picker.html - however I hit the limit of not being able to style the dividing borders and the alignment of the text in the (I was hoping for left alignment). Is this possible with your component?

@Noitidart you can tryitemStyle property.

Thanks very much @silentcloud it turned out that itemStyle property was iOS only. :(

Ah no way. So the official component only supports itemStyle with iOS, but this component supports itemStyle with both! I will test this out thank you!