Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Picker Not displaying #13

Closed
damathryx opened this issue Dec 25, 2016 · 1 comment
Closed

Picker Not displaying #13

damathryx opened this issue Dec 25, 2016 · 1 comment

Comments

@damathryx
Copy link

<Picker
style={{
width: 150,
height: 180,
}}
itemStyle={{
color: 'white',
fontSize: 26,
}}
selectedValue={0}
data={['No', 'Yes']}
onValueChange={(index) => console.log(index)}
>
<PickerItem key={0} value={0} label={'No'} />
<PickerItem key={1} value={1} label={'Yes'} />

I am just getting a blank view

@damathryx
Copy link
Author

myfault it was just not visible because of the color

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant