react-native-select icon indicating copy to clipboard operation
react-native-select copied to clipboard

Custom render label/value for options

Open brianbolnick opened this issue 8 months ago • 0 comments

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:

image image

brianbolnick avatar Jun 24 '24 14:06 brianbolnick