xgfe / react-native-datepicker

react native datePicker component for both Android and IOS, useing DatePikcerAndroid, TimePickerAndroid and DatePickerIOS
MIT License
2.12k stars 726 forks source link

Disabled days #416

Open AntonLukovtsev opened 4 years ago

AntonLukovtsev commented 4 years ago

Hi!How i can disable some days? Example: [ 21-2020, 25-2020: disabled, 3-2020 ]

Desintegrator commented 3 years ago

same question on between of min and max dates I need to disable some dates or only enable some and all other is disabled

AntonLukovtsev commented 3 years ago

@Desintegrator After spent a few hours on this question unfortunately, native datepicker doesn't has possibility disable specials dates. Instead I added other library.

Desintegrator commented 3 years ago

@AntonLukovtsev which one?

AntonLukovtsev commented 3 years ago

@Desintegrator https://www.npmjs.com/package/react-native-calendar-picker But this library has a different interface