Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RN 0.12] borderTopLeftRadius and the other 3 corner radius counterparts not working #3940

Closed
ACCTFORGH opened this issue Nov 6, 2015 · 3 comments
Labels
Ran Commands One of our bots successfully processed a command. Resolution: Locked This issue was locked by the bot.

Comments

@ACCTFORGH
Copy link

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.

@maraujop
Copy link

I believe this issue is a duplicate of #3040

@browniefed
Copy link
Contributor

@facebook-github-bot duplicate #3040

@facebook-github-bot
Copy link
Contributor

@browniefed tells me this issue is a duplicate of #3040. Let's discuss there, closing this one.

@facebook-github-bot facebook-github-bot added the Ran Commands One of our bots successfully processed a command. label Mar 20, 2016
@facebook facebook locked as resolved and limited conversation to collaborators Jul 20, 2018
@react-native-bot react-native-bot added the Resolution: Locked This issue was locked by the bot. label Jul 20, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Ran Commands One of our bots successfully processed a command. Resolution: Locked This issue was locked by the bot.
Projects
None yet
Development

No branches or pull requests

5 participants