BugiDev / react-native-calendar-strip

Easy to use and visually stunning calendar component for React Native.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

abhidatta0 opened this issue · comments

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

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