farhoudshapouran / react-native-ui-datepicker

Customizable React Native 📅 DatePicker component for Android, iOS, and Web. It includes single, range and multiple modes and supports different locales.
https://farhoudshapouran.github.io/react-native-ui-datepicker/
MIT License
275 stars 28 forks source link

Support date range #21

Closed Levminer closed 5 months ago

Levminer commented 8 months ago

Hi!

Love the library so far, but I need to implement a range date picker.

Example: image

farhoudshapouran commented 8 months ago

Hello @Levminer, Thanks for your interest in the library, I am working on this feature, it requires some refactoring, and I am trying to enable this option soon.

EdwardKashulsky commented 6 months ago

Have you implemented it yet?

farhoudshapouran commented 6 months ago

Have you implemented it yet?

I will enable the date range feature (and also multi-date selection) soon, I was so busy

EdwardKashulsky commented 6 months ago

Can you reply when you implemented date range please?

farhoudshapouran commented 6 months ago

Can you reply when you implemented date range please?

Sure, I'll keep you updated once I've integrated this feature into the datepicker.

farhoudshapouran commented 5 months ago

Can you reply when you implemented date range please?

Hi @Levminer @EdwardKashulsky range and multiple date modes added to the library, you can now define your preferred mode ;)

Levminer commented 5 months ago

Can you reply when you implemented date range please?

Hi @Levminer @EdwardKashulsky range and multiple date modes added to the library, you can now define your preferred mode ;)

Thanks for your work!