gusparis / react-native-month-year-picker

React Native Month Picker component for iOS & Android
MIT License
107 stars 75 forks source link

Override theme #149

Open PeterFred opened 6 months ago

PeterFred commented 6 months ago

Currently the theme is set from system settings. Our app can set a dark theme independently of the system settings. It would be good to be able to overwrite the theme input.

gusparis commented 6 months ago

did you check the autoTheme prop already?

PeterFred commented 6 months ago

Yes, that uses the phones system theme. I want to manually set it, ie override the autoTheme prop. Eg, phone is in lightMode, I can set the picker to be in darkMode