BugiDev / react-native-calendar-strip

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

How can I change the day the week start? the calendar-strip always starts at monday and I want it to start at Sunday... is there any way to make it happen? Tahnks... #335

Open tgprudencio opened 2 years ago

fractalscape13 commented 2 years ago

Same issue, seems like this should easily be possible but haven't figured it out yet. I'm trying to adjust the locale config but having no response. The weekday abbreviations are working but the "dow" isn't doing anything.

  locale={{name: 'default', config: {
              weekdaysShort: ['Su', 'Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa'],
              week: {dow: 0},
          }}}