Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 885 Bytes

picker-item.md

File metadata and controls

51 lines (33 loc) · 885 Bytes
id title
picker-item
Picker.Item

Individual selectable item in a Picker.

Props


Reference

Props

label

Text to display for this item.

Type Required
string Yes

color

Color of this item's text.

Type Required
color No

testID

Used to locate the item in end-to-end tests.

Type Required
string No

value

The value to be passed to picker's onValueChange callback when this item is selected. Can be a string or an integer.

Type Required Platform
any No Android