-
Notifications
You must be signed in to change notification settings - Fork 399
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
datePickerModeAndroid="calendar" not working at least in API 24 #287
Comments
@fgagneten 👋 thanks for submitting this issue! Question: does the |
There is a migration from DatePickerAndroid to DateTimePicker. Doe it has something related to the issue? I didn't give DatePickerAndroid a try to know if the issue is related with the library or React Native https://github.com/react-native-community/react-native-datetimepicker#react-native-datetimepicker |
Could you give it a try?
|
Yes, of course. I did it. It is not related to this library. However, it would great considering a workaround to solve this problem and make it transparent for us. Probably using some style or a custom class using native code. |
@fgagneten gotcha, thanks for reporting.
I'm sorry but it's out of the scope of this library 😞 |
System:
OS: Windows 10
CPU: (4) x64 Intel(R) Core(TM) i7-5500U CPU @ 2.40GHz
Memory: 2.04 GB / 15.88 GB
Binaries:
Node: 8.11.1
Yarn: 1.12.3
npm: 6.1.0
SDKs:
Android SDK:
Android NDK: 16.1.4479499
IDEs:
Android Studio: Version 3.5.0.0 AI-191.8026.42.35.5791312
Platforms
Android
Versions
Description
I want to use Calendar Style for the DatePicker. However, after setting
datePickerModeAndroid="calendar"
The style of the date picker is "spinner". In some device (API 8.0) works the "date" mode like a charm. I think that the component is getting the default value and not what I set. This is the component:
I would like to know how to change the mode to "date" so I can see the picker like this:
Thanks!
The text was updated successfully, but these errors were encountered: