question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[android] borderRadius + borderBottom

See original GitHub issue

RN 0.31 Example:

<View style={{ padding: 14, backgroundColor: '#ffa42f', borderRadius: 4, borderBottomWidth: 2, borderColor: '#dc5400' }}>
    <Text style={{color: '#f5f6fa', textAlign: 'center'}}>Text</Text>
</View>

Works fine on iOS, but not on Android (the bottom border isn’t showing).

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:3
  • Comments:10 (4 by maintainers)

github_iconTop GitHub Comments

12reactions
RyanMitchellWilsoncommented, Sep 26, 2017

This is still happening, can this be reopened?

React-Native 0.44

0reactions
facebook-github-botcommented, Nov 14, 2016

@charpeni tells me to close this issue. If you think it should still be opened let us know why.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Create a drawable with rounded top corners and a border on ...
This is working however the bottom radius is showing up whatever values I place on it. Actually in only takes the topLeftRadius to...
Read more >
border-bottom-left-radius - CSS: Cascading Style Sheets | MDN
The border-bottom-left-radius CSS property rounds the bottom-left corner of an element by specifying the radius (or the radius of the ...
Read more >
border-radius - CSS-Tricks
The border-radius property takes between one and four length or percentage values, where one value sets the radius for all four corners at...
Read more >
Give Rounded Corners to Views and Layouts in Android
A rectangular view with rounded corners and a blue border. Our first step is to create a new Drawable Resource File of type...
Read more >
Border - .NET MAUI - Microsoft Learn
Learn how to use the .NET MAUI Border class, which is a container control that draws a border, background, or both, around another...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found