react-native-calendar icon indicating copy to clipboard operation
react-native-calendar copied to clipboard

Days not lining up correctly after changing DayButton size

Open administerspice opened this issue 7 years ago • 2 comments

"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
      }

administerspice avatar May 18 '17 17:05 administerspice

Found a solution to this bug:

dayButtonFiller: {
     width: calendarWidth/7
},

KolbySisk avatar Jul 24 '17 00:07 KolbySisk

Have you tried with the latest release?

coderdave avatar Oct 12 '17 12:10 coderdave