react-native-calendar-strip
react-native-calendar-strip copied to clipboard
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...
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},
}}}