Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow passing in a custom DatePickerIOSComponent #420

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

codynguyen
Copy link

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
Copy link

coveralls commented May 26, 2020

Coverage Status

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants