Listitem top and bottom border properties issue
See original GitHub issueImplemented a ListItem but the borders sometimes randomly doesn’t show.
Expected behavior

Describe the bug
There is no border between the two first elements. This bug happend throughout many projects.

Your Environment (please complete the following information):
| software | version |
|---|---|
| react-native-elements | 1.2.7 |
| react-native | 0.61.5 |
Issue Analytics
- State:
- Created 4 years ago
- Reactions:4
- Comments:9 (3 by maintainers)
Top Results From Across the Web
border-bottom - CSS: Cascading Style Sheets - MDN Web Docs
The border-bottom shorthand CSS property sets an element's bottom border. It sets the values of border-bottom-width , border-bottom-style and ...
Read more >CSS border issue with top and bottom border - Stack Overflow
I have this site here http://jamessuske.com/freelance/paoladi/ and I applied a border-top and bottom to my nav so I have two borders inbetween.
Read more >Bottom Border on List Header? - CSS-Tricks
I want a border running at the bottom of the header block but when I to ... top center; background-size:100%; margin-top:0px; width:1000px; ...
Read more >CSS border-bottom property - W3Schools
The border-bottom property is a shorthand property for (in the following order): ... If border-bottom-color is omitted, the color applied will be the...
Read more >Border Bottom Property - Studio Code.org
The border-bottom property specifies the width, line style, and color of the bottom border of an element. It is a shorthand property for...
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

Removing the 3.0 milestone. I might try to log an error with react-native as that’s where I believe the issue to be. But I wouldn’t expect this issue to be fixed anytime soon.
@M-Jas I saw the issue on Android both simulator and real device.