[RN 0.12] borderTopLeftRadius and the other 3 corner radius counterparts not working #3940
Labels
Ran Commands
One of our bots successfully processed a command.
Resolution: Locked
This issue was locked by the bot.
I was trying to round the corner of my square views but found the corner border radius props not working. I have tried all four of them(borderTopLeftRadius, borderTopRightRadius, borderBottomLeftRadius, borderBottomRightRadius), but none works. The borderRadius props though work fine. I am using RN 0.12 on Mac OS.
The code snippet is as below.
< View
name ='Button'
style = {{flex:1, backgroundColor:'white',borderBottomLeftRadius:30, borderBottomRightRadius:30, height:75,width:345 }}>
{children}
</ View>
same issue was raised in StackOverflow: http://stackoverflow.com/questions/33560373/bordertopleftradius-and-the-other-3-corner-radius-counterparts-not-working
Thank you.
The text was updated successfully, but these errors were encountered: