react-native-select
react-native-select copied to clipboard
Custom render label/value for options
Is your feature request related to a problem? Please describe.
We have many needs for our options to render rich content (sub text, custom icons or components, etc). As of now, it looks like this library only supports a string for the name
value of an option. it would be great if it either took a component as well, or if we could pass in more custom data to the option prop and then have a sort of renderListItem
kinda thing.
Examples: