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

DateTime support for Android #945

Open
gelodgreat opened this issue Nov 23, 2024 · 1 comment
Open

DateTime support for Android #945

gelodgreat opened this issue Nov 23, 2024 · 1 comment

Comments

@gelodgreat
Copy link

Feature request

Why it is needed

Is there a way to combine date and time on android like the same on iOS?

Possible implementation

We're using this for events that would be better if we can just pass them as one value

Code sample

@sidorchukandrew
Copy link
Collaborator

No, Android does not provide this functionality with it's core date and time picker components. See these Android docs to see how the pickers work. The intention of this library is to expose the native functionality to React Native and so we are limited to what Android provides.

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

No branches or pull requests

2 participants