react-native-picker / picker

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

themeVariant is Not Working #528

Open Yeasiin opened 1 year ago

Yeasiin commented 1 year 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 6 months ago

the themeVariant is not available in the props of the package

jparksecurity commented 4 months 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 4 months ago

Will there be support for this on Android?

jparksecurity commented 4 months 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.