Skip to main content
Version: Next

Picker.Item

Individual selectable item in a Picker.

Props#


Reference#

Props#

label#

Text to display for this item.

TypeRequired
stringYes

color#

Color of this item's text.

TypeRequired
colorNo

testID#

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

TypeRequired
stringNo

value#

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

TypeRequiredPlatform
anyNoAndroid