apaajabolehd / react-native-range-datepicker

react native range datepicker inspired by Airbnb
83 stars 53 forks source link

Support Maximum range from min month #34

Open dongdyang opened 2 years ago

dongdyang commented 2 years ago

Hey, i am wondering is it possible to support a max month limit after selecting min month.

Let's say, right now it is April 9, we could have a rangeLimit to be 30 days. The maximum could be selected is May 9. The user could select any date from April 9 to May 9.

Thanks for making this lib public!