BugiDev / react-native-calendar-strip

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

allow text of the days to be title case #275

Closed ysmike closed 3 years ago

ysmike commented 3 years ago

added an upperCaseDays prop (true by default) which sets the text of the day to title case when set to false

fixes #265

peacechen commented 3 years ago

Thanks @ysmike 👍 this looks good