BugiDev / react-native-calendar-strip

Easy to use and visually stunning calendar component for React Native.
MIT License
934 stars 325 forks source link

minDate issue: minimum date that the calendar may navigate to. A week is allowed if minDate falls within the current week. #374

Closed abhidatta0 closed 7 months ago

abhidatta0 commented 7 months ago

can this issue be solved. I am developing a UI where it is start date is starting from month first. e.g: Nov 1 But i am also seeing Oct 30, 31 (not needed) just because Nov 1 is Wednesday. Any way to strictly start from Nov 1 ?

screenshot
abhidatta0 commented 7 months ago

Closing this issue, solve by setting prop useIsoWeekday={false}