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

Hide date before minDate or after maxDate on iOS #332

Closed matteocollina closed 5 years ago

matteocollina commented 5 years ago

Can I hide date before minDate or after maxDate? Or can I override the reset of date if i choose a date before minDate on iOS ?

Environment

0.react-native-datepicker : 1.7.2

  1. react-native -v: 0.55.4
  2. node -v: 10.14.2
  3. npm -v: 6.4.1
  4. target platform: iOS
matteocollina commented 5 years ago

It's not possible for iOS, this is the only solution: https://stackoverflow.com/a/48400062/3687902