datetimepicker icon indicating copy to clipboard operation
datetimepicker copied to clipboard

DateTime support for Android

Open gelodgreat opened this issue 1 year ago • 1 comments

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

gelodgreat avatar Nov 23 '24 02:11 gelodgreat

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.

sidorchukandrew avatar Feb 04 '25 17:02 sidorchukandrew