computerjazz / react-native-swipe-calendar

A swipeable calendar component for React Native.
MIT License
108 stars 13 forks source link

Add weekStartsOn prop #2

Closed thecoorum closed 2 years ago

thecoorum commented 2 years ago

Description

This PR adds weekStartsOn prop to define what day index the week should start

computerjazz commented 2 years ago

Thank you! I'm assuming if weekStartsOn is undefined the default (Sunday/0) will apply?

thecoorum commented 2 years ago

Thank you! I'm assuming if weekStartsOn is undefined the default (Sunday/0) will apply?

Yes, this is what official docs of date-fns say