react-native-picker / picker

Picker is a cross-platform UI component for selecting an item from a list of options.
MIT License
1.45k stars 273 forks source link

themeVariant is Not Working #528

Open Yeasiin opened 8 months ago

Yeasiin commented 8 months ago

image


"@react-native-picker/picker": "^2.5.1"

themeVariant is not working.

how can i apply different color on dropdown ?

applying color on and not working properly.. 👇👇

is there any way?



WhatsApp Image 2023-10-26 at 20 09 40_4cddd185

neo-shruti-ghosh commented 2 months ago

the themeVariant is not available in the props of the package

jparksecurity commented 2 days ago

I think it's only for iOS so far. They forgot to mark it as iOS only prop.

https://github.com/react-native-picker/picker/pull/354

Ifera commented 13 hours ago

Will there be support for this on Android?

jparksecurity commented 6 hours ago

@Ifera, sure, there could be support if someone works on it. I imagine it's not too complicated, but I'm uncertain if anyone will work on it soon.