xgfe/react-native-datepicker

Not working correctly on device iPhone 11 Pro Max iOS 13.4.1

Closed this issue · 2 comments

Issue

If set minDate and maxDate on iPhone 11 Pro Max iOS 13.4.1. Cannot select date less than today and this date are not available in the picker.
it works fine on simulator.

If i don't pass min and max date, I'm receiving blank picker.

IMG_75FC457D128F-1

Code

minDate=new Date('1940-01-01')
maxDate=new Date()

Environment

  1. react-native -v: 0.59.9
  2. node -v: 10.15.3
  3. npm -v: 6.13.7
  4. yarn --version:
  5. target platform: iOS
  6. operating system: macOS Catalina latest

Reason - dark mode #365