hossein-zare / react-native-dropdown-picker

A single / multiple, categorizable, customizable, localizable and searchable item picker (drop-down) component for react native which supports both Android & iOS.
https://hossein-zare.github.io/react-native-dropdown-picker-website/
MIT License
970 stars 294 forks source link

react-native-dropdown-picker get label value , how to get label selected #658

Open rinaldycodes opened 1 year ago

rinaldycodes commented 1 year ago

Sir please help me. How to get the label selected

rinaldycodes commented 1 year ago

onSelectItem={(item) => { console.log(item) }}

solved sir, thank you

https://hossein-zare.github.io/react-native-dropdown-picker-website/docs/usage#onselectitem

abazudosen commented 1 year ago

how about getting the icon?