xgfe / react-native-datepicker

react native datePicker component for both Android and IOS, useing DatePikcerAndroid, TimePickerAndroid and DatePickerIOS
MIT License
2.12k stars 726 forks source link

Allow passing in a custom DatePickerIOSComponent #420

Open codynguyen opened 4 years ago

codynguyen commented 4 years ago

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}
/>
coveralls commented 4 years ago

Coverage Status

Coverage decreased (-0.8%) to 96.552% when pulling e5a8dd1ed4f45b55aff7ab6b30114d099c1dd780 on codynguyen:ios-datepicker-component into 2a209bd4f11a84ff4543fbde930fed60dcbc0f68 on xgfe:master.