akveo / react-native-ui-kitten

:boom: React Native UI Library based on Eva Design System :new_moon_with_face::sparkles:Dark Mode
https://akveo.github.io/react-native-ui-kitten/
MIT License
10.3k stars 952 forks source link

Time picker #778

Open SimonRodney opened 4 years ago

SimonRodney commented 4 years ago

I am loving using UI KItten - thank you everyone for all the development

🚀 Feature Proposal

Are there any plans to introduce a time picker?

Motivation

It would be great to have a time picker to go along with the date picker

Example

For example the time picker is opened after the date picker with https://github.com/react-native-community/react-native-datetimepicker

It looks like this ... image

What do you think about a UI KItten version of this?

artyorsh commented 4 years ago

@srodney86 it's on the plan, but we have no ETA's. More likely you can wait for this in 4.5

SimonRodney commented 4 years ago

@artyorsh Thanks, that would be great. Looking forward to 4.5!

veedeo commented 4 years ago

waiting for this one as well

17tlhon commented 4 years ago

Looking forward to this component being included.

rdewolff commented 4 years ago

We need a time picker as well, would love to have a simple version by UI Kitten! ❤️

artyorsh commented 4 years ago

Since we don't have an officially working solution on this (design is blocked), I've created a scaleable solution in the project I'm currently working on. Can share the source code with gist if someone is interested in.

Stack: UI Kitten v5, DateTimePicker

image

berrylands commented 4 years ago

Definitely interested @artyorsh !

artyorsh commented 4 years ago

Here we go 🚀 There is a comment below the code explaining the usage.

trulyronak commented 4 years ago

👍 for this feature, it would be really useful!!

DynMatrix commented 4 years ago

Yes, It would be really useful. If added like "mode" based.

auto-coder commented 2 years ago

Hi @artyorsh , When will you release the date time picker component?