TronNatthakorn / react-native-wheel-pick

Apache License 2.0
177 stars 85 forks source link

Min and Max date isnt working in android #35

Open narasimhan26 opened 1 year ago

narasimhan26 commented 1 year ago

I am passing the min and max date to the DatePicker Component with the respective format. But Min and Max date logic isn't working (especially in android). In iOS, if I select the date which is behind min date, it will reset to the min date and if i select the date which is ahead of max date it will get reset back to given max date. But in android the above behaviour isnt happening. It is allowing us to scroll date. is there anyway we can disable the date which are not in min and max date boundary?