Closed
Description
For Discussion
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 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.