react-native-datepicker
react-native-datepicker copied to clipboard
Allow passing in a custom DatePickerIOSComponent
For example the new https://github.com/react-native-community/datetimepicker. This is mostly to fix the problem with iOS Dark Mode where the text would turn white making it invisible in the white background.
import RNDatePicker from '@react-native-community/datetimepicker';
<DatePicker
iOSDatePickerComponent={RNDatePicker}
textColor={variables.text_color_dark}
/>