[android] borderRadius + borderBottom
See original GitHub issueRN 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:
- Created 7 years ago
- Reactions:3
- Comments:10 (4 by maintainers)
Top 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 >
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 happening, can this be reopened?
React-Native 0.44
@charpeni tells me to close this issue. If you think it should still be opened let us know why.