We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
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.
The text was updated successfully, but these errors were encountered:
This is not the best place for this type of question.
Sorry, something went wrong.
No branches or pull requests
For Discussion
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.
The text was updated successfully, but these errors were encountered: