When setting a borderTopLeftRadius/TopRight/etc. radius - nothing happens
See original GitHub issueHi, first of all thank you for the component.
I can’t set a topLeft & topRight radius on the BlurView
.
When I am setting borderTopLeftRadius
/borderTopRightRadius
/… on the BlurView
- nothing happens.
Setting it on the wrapper View
- blur effect disappears.
Issue Analytics
- State:
- Created 7 years ago
- Comments:10 (2 by maintainers)
Top Results From Across the Web
When setting a borderTopLeftRadius/TopRight/etc. radius ...
When I am setting borderTopLeftRadius / borderTopRightRadius /... on the BlurView - nothing happens. Setting it on the wrapper View - blur ...
Read more >css - border-radius not working - Stack Overflow
For example, I was trying to set border-radius to a div inside of <a> tag and it was not working. But when I...
Read more >border-top-left-radius - CSS: Cascading Style Sheets | MDN
The border-top-left-radius CSS property rounds the top-left corner of an element by specifying the radius (or the radius of the semi-major ...
Read more >CSS: border-radius and -moz-border-radius - The Art of Web
If a single value is supplied then that becomes the radius of a rounded corner. If two values are supplied then they become...
Read more >border-radius - CSS-Tricks
You can give any element "rounded corners" by applying a border-radius through CSS. You'll only notice if there is a color change involved....
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
Yes, sure.
Hey guys. In my case, borderRadius has no effect. Im on android :
Code:
`<BlurView style={{ borderRadius:20}} overlayColor={‘transparent’} blurType=“light” blurAmount={10}
Also a small sidenote: see that space between the blur and the white view inside it at the bottom? No padding or margin. And it ONLY disappears when I give the blurview borderWidth: 2 … aint that some weird stuff