picker
picker copied to clipboard
Can we add svg icon inside <Icon.Picker> ?
Hello, I have a question because from my research I haven't very clear. Can we add svg icons inside <Picker.Item>?
I have submitted a piece of code:
return (
<Picker.Item
label={<EnglishFlag height={25} width={25} /> + chosenLanguage.label}
value={chosenLanguage.value}
key={index}
/>
);
I want to mention that I want to use svg icons not emojis. Thanks in advance
I'm having the same issue... im still trying, if i get the solution i post here.
Hi @fabioplaka @GuilhermeBorges3Ddev, Did you guys get any solution for this? Thank you. I'm struggling
Can you please add the icon and image support in <Picker.item/>.
It would be very helpful.
this one worked for me after some tuning: https://hossein-zare.github.io/react-native-dropdown-picker-website/docs/usage