## For Discussion https://github.com/facebook/react-native/blob/57919a3edd3d09f595224e0d92f95da1df75e884/Libraries/Components/Picker/PickerAndroid.android.js#L78 <!-- Describe your issue in detail. --> 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.