uraway / react-native-simple-time-picker

Simple Wrapper Component for @react-native-picker/picker
https://snack.expo.io/@uraway/react-native-simple-time-picker
MIT License
37 stars 22 forks source link

Android Dark Mode #287

Open chakafasano88 opened 2 years ago

chakafasano88 commented 2 years ago

If my android device is set to dark mode, the time picker background remains white but the text ALSO turns white and I cannot see any of the picker values.

ZahoorCodes commented 8 months ago

@chakafasano88 use textColor="black" Prop <TimePicker textColor="black" hoursUnit="Hour" minutesUnit="Minutes" zeroPadding={false} ---------rest of your code ---