We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
react-native/Libraries/Components/Picker/PickerAndroid.android.js
Line 78 in 57919a3
The only props that you can use for the Picker.Item are value: PropTypes.any, label: PropTypes.string, color: PropTypes.string
why we cannot supply any other values to it.
Activity