68 lines
664 B
Markdown
68 lines
664 B
Markdown
---
|
|
id: pickerios
|
|
title: PickerIOS
|
|
layout: docs
|
|
category: components
|
|
permalink: docs/pickerios.html
|
|
next: progressbarandroid
|
|
previous: picker
|
|
---
|
|
|
|
### Props
|
|
|
|
- [View props...](docs/view-props.html)
|
|
- [`itemStyle`](docs/pickerios.html#itemstyle)
|
|
- [`onValueChange`](docs/pickerios.html#onvaluechange)
|
|
- [`selectedValue`](docs/pickerios.html#selectedvalue)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
# Reference
|
|
|
|
## Props
|
|
|
|
### `itemStyle`
|
|
|
|
|
|
|
|
| Type | Required |
|
|
| - | - |
|
|
| [style](docs/text-style-props.html) | No |
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
### `onValueChange`
|
|
|
|
|
|
|
|
| Type | Required |
|
|
| - | - |
|
|
| function | No |
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
### `selectedValue`
|
|
|
|
A string or integer.
|
|
|
|
| Type | Required |
|
|
| - | - |
|
|
| any | No |
|
|
|
|
|
|
|
|
|
|
|
|
|