christopherdro / react-native-calendar

[DEPRECATED] Calendar Component for React Native
MIT License
536 stars 244 forks source link

Days not lining up correctly after changing DayButton size #138

Open administerspice opened 7 years ago

administerspice commented 7 years ago

"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

screen shot 2017-05-18 at 1 06 01 pm

Android

screen shot 2017-05-18 at 1 06 09 pm
      calendarContainer: {
        width: calendarWidth
      },
      dayButton: {
        width: calendarWidth/7
      }
KolbySisk commented 7 years ago

Found a solution to this bug:

dayButtonFiller: {
     width: calendarWidth/7
},
coderdave commented 7 years ago

Have you tried with the latest release?