roto93 / react-native-neat-date-picker

An easy to use date picker for react native.
MIT License
50 stars 29 forks source link

minDate prop is not working in iOS or Android #23

Closed abhijithrajagopal closed 1 year ago

abhijithrajagopal commented 1 year ago

Hi,

Great package!

But there is one issue. maxDate prop is working fine but minDate is not working.

code: minDate={new Date("2022-11-12")} maxDate={new Date("2022-11-14")} output:

Screenshot 2022-11-11 at 4 15 40 PM

roto93 commented 1 year ago

working on this. seems like when setting both minDate and maxDate, this problem shows up.

roto93 commented 1 year ago

Issue solved in the latest version. If you face any problem feel free to re-open it.

abhijithrajagopal commented 1 year ago

Thank you!