I struggle to find a DateTime Picker library for React Native which supports dynamic changes from light to dark mode or any other styling changes on runtime for that matter. The library I use now and is the most common, you can only change styles.xml before compiling.
https://github.com/react-native-datetimepicker/datetimepicker
Anyone has used a library which supports dynamic styling on runtime?
To change the color of the react-native-date-picker textColor based on the Android theme (dark or light), you can use the useColorScheme hook from React Native.
for example :