View backgroundColor is removed if the content is to long with borderRadius
See original GitHub issueDescription
It seems if a View with backgroundColor + borderRadius contains a large amount of text, it will stop rendering the backgroundColor of the View
Reproduction Steps and Sample Code
https://snack.expo.io/SJ6UPQmal
As you can see the top box renders correctly with a small amount of items, but the bottom box with 400 items doesn’t display a background color

Removing the border radius then displays the background again

Solution
Ideally it would be nice to be able to use backgroundColor with borderRadius for large content
Additional Information
- React Native version: 0.42 + 0.43.1 (tried it on the latest)
- Platform: Android 5, 6, 7, we can’t replicate this on IOS
- Development Operating System: Windows + Mac OS
- Dev tools: WebStorm
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Background color overflowing out of border radius - React native
its comming form CardView component, but when i add border width to 1 instead of 0.25 than background is not overflowing.
Read more >border-radius - CSS-Tricks
Sometimes you can see a background-color “leak” outside of a border when border-radius is present (here's a perfect example).
Read more >Incorrect background-color bleeds on cell corners using ...
Set ROW background-color, then target one CELL in ROW and give it a new background-color plus a border-radius:>0. Actual results: The exposed corners...
Read more >Design Museum Shop
Remove padding so people aren't caught out if they zero out fieldsets. ... footer .link-list a { display: inline-block; background-color: rgba(232, 227, 22, ......
Read more >CSS Rounded Corners - W3Schools
The CSS border-radius property defines the radius of an element's corners. Tip: This property allows you to add rounded corners to elements!
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

This is still an issue. Tested in
0.50.0-rc.0.Tested in
0.55.3. Still an issue.