When selecting dates with the Calendar component, some of the marked dates have a white vertical liine through them.
See the tile representing 5th August

I simulated a date selection from Aug 1st - Aug 25th. It is expected that all tiles render without a vertical line through it.
A single date has a vertical line through it. After testing this in two separate repositories, the problematic date was Aug 5th, is this a coincidence?
Please run these commands in the project folder and fill in their results:
npm ls react-native-calendars: 1.5.8npm ls react-native: 0.44.0 (& 0.45.1)Also specify:
Repo: https://github.com/hannigand/react-native-calendars
Steps:
cd exampleyarn installreact-native run-androidCalendar tabSame issue here

Same as #61
This is caused by the margins on the calendar wrapper, removing them fix the issue.
@JCMais could you elaborate? Thanks
Poke @tautvilas please could you review the pull request (#177).
Reviewed and merged
Most helpful comment
Same issue here