-
Notifications
You must be signed in to change notification settings - Fork 24.6k
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
[Android][Question] DatePicker / TimePicker without dialog #18783
Comments
(ignore the bot, it's not really good in handling these kind of issues) You should probably cc in the people who committed into those files. Or, if you need this implementation for your team, do them anyway in a fork and eventually PR them (ideally as separate PRs, one for |
@kelset So your suggestion is basically: Do it anyway, create the PR and discuss it later? hahaha |
FYI: Android-wise, it's basically this code I'll implement (and some API version checks to avoid errors)
|
I mean, if you need it, and you need it quickly, that's surely the fastest approach. |
@kelset Not exactly needing it... but really want to have an Android version to DatePickerIOS's component |
It looks like this is an enhancement request rather than a bug report, so I will go ahead and close it. There's some related discussion going on at react-native-community/discussions-and-proposals#85, which didn't exist when this issue was originally created. Can you continue any discussion over there? |
Hi!
I'm making this issue for a single reason:
I really would like to have access to DatePicker and TimePicker without using dialog.
But before I start developing it, I would like to know from the team if they are open to this change, or if there are strong reasons to avoid this change, which would allow renaming
DatePickerIOS
toDatePicker
andDatePickerAndroid
toDatePickerDialogAndroid
.Yes, I do plan to first make it into a module, but the decision above may change priority, tests, etc.
Thanks in advance
Environment
Steps to Reproduce
None for now, as it's much more a question
Expected Behavior
An input for a team member in order to discuss/think/plan the feature
Actual Behavior
Waiting for reply, but really happy with the team's work
ps: I just wanted to avoid the No Template label.
The text was updated successfully, but these errors were encountered: