Marked dates display a vertical white line through them on Android
See original GitHub issueDescription
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
Expected Behavior
I simulated a date selection from Aug 1st - Aug 25th. It is expected that all tiles render without a vertical line through it.
Observed Behavior
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?
Environment
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:
- Phone/emulator/simulator & version: Nexus 6P, Android 7.0 (Marshmellow), API 24
Reproducible Demo
Repo: https://github.com/hannigand/react-native-calendars
Steps:
cd example
yarn install
react-native run-android
- Navigate to the
Calendar
tab - Observe the first Calendar
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
9 Best Ways To Fix Vertical Lines On Phone Screen Android!
Experiencing vertical lines on phone screen Android and want to fix it? Check out this post & fix rainbow lines on phone screen...
Read more >Fixing Vertical or Horizontal Lines on Android Screen
In this guide, we'll explore what might be causing those unusual horizontal or vertical lines and how you can fix them.
Read more >Android - How to show a vertical line on the background of a ...
Use relative layout as parent layout,And then add two views in top and bottom of the image with preferred width with background color,It...
Read more >Red/pink/green vertical line on screen - XDA Forums
Hi! I have this single thread line that goes from top of the screen to the bottom. I changes color depending on what...
Read more >Fix Vertical and Horizontal Lines on Phone Screen - Carlcare
If the lines are appearing due to some minor glitch, a simple restart will fix it. Pressing the volume button for a couple...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Same issue here
Reviewed and merged