react-native-picker / picker

Picker is a cross-platform UI component for selecting an item from a list of options.
MIT License
1.49k stars 280 forks source link

Can we pass extra attribute? #333

Open sws-milinddabhade opened 2 years ago

sws-milinddabhade commented 2 years ago

Hello I Just need to pass an extra attribute to Picker.item <Picker.Item label={list.name} value={list.id} extra_attr={list.status} /> like this and want to the access of the value of the extra-attr is that possible ?