picker
picker copied to clipboard
themeVariant is Not Working
"@react-native-picker/picker": "^2.5.1"
themeVariant is not working.
how can i apply different color on dropdown ?
applying color on <Picker /> and <Picker.Item /> not working properly.. 👇👇
is there any way?
the themeVariant is not available in the props of the package
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
Will there be support for this on Android?
@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.
annoying, as I have a light mode only app - but everyone thats using android and has dark mode as their system theme get a blank picker as its a white background as this package doesnt accept the theme variant. Im using expo and userInterfaceStyle: "light" doesnt do anything.