react-native-calendar
react-native-calendar copied to clipboard
Days not lining up correctly after changing DayButton size
"react-native-calendar": "https://github.com/christopherdro/react-native-calendar"
Changed calendar width to 0.7 of screen and dayButton to 1/7 of that. The top row is jutting out...
iOS
Android
calendarContainer: {
width: calendarWidth
},
dayButton: {
width: calendarWidth/7
}
Found a solution to this bug:
dayButtonFiller: {
width: calendarWidth/7
},
Have you tried with the latest release?