react-native-month
react-native-month copied to clipboard
dayNames with single letter
Hi,
Is it possible to add weekdays as a single letter. If I assign to dayNames as ['M', 'T', 'W', 'T', 'F', 'S', 'S'], it gets an error because of key. If you generate another key for that, that would be a good solution for us 😃