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

Android support for borderTopLeftRadius, etc. #3040

Closed
swathysubhash opened this issue Sep 25, 2015 · 29 comments
Closed

Android support for borderTopLeftRadius, etc. #3040

swathysubhash opened this issue Sep 25, 2015 · 29 comments
Labels
Resolution: Locked This issue was locked by the bot.

Comments

@swathysubhash
Copy link

borderRadius works in iOS. But borderTopLeftRadius, borderTopRightRadius is not working.
borderRadius itself is not working in android.

Kindly see this
https://rnplay.org/apps/Ujw1mA

@astreet astreet changed the title Border radius issue. Android support for borderTopLeftRadius, etc. Sep 28, 2015
@astreet
Copy link
Contributor

astreet commented Sep 28, 2015

borderRadius et al are only a supported property on View.

borderTopLeftRadius, etc. haven't been implemented on Android yet

@export-mike
Copy link

I've found the borders to blur...

https://rnplay.org/apps/mGNsBQ
image

RN version:0.14.2

@httnn
Copy link

httnn commented Jan 14, 2016

+1

2 similar comments
@dangnelson
Copy link

+1

@Roconda
Copy link

Roconda commented Feb 3, 2016

+1

@pickhardt
Copy link

I think, in general, if a feature is supported on iOS but not yet on Android, it should throw a not implemented exception when you try to use it on Android. Otherwise, it can be really confusing trying to figure out what the problem is.

@qpowell
Copy link
Contributor

qpowell commented Feb 24, 2016

+1

@export-mike
Copy link

@pickhardt this feature is broken on both platforms.

@s7song
Copy link

s7song commented Mar 17, 2016

+1

@s7song
Copy link

s7song commented Mar 18, 2016

borderTopLeftRadius, borderTopRightRadius, +2 counter parts seems to be broken again on Android. Is anyone doing a PR for this?

Thanks

@BigPun86
Copy link

BigPun86 commented Apr 6, 2016

+1

@creeperyang
Copy link

+1 not work with <Text> on iOS.

Specify one of borderBottomLeftRadius / borderBottomRightRadius / borderTopLeftRadius / borderTopRightRadius does not work.

Specify borderRadius works.

RN version: 0.23.1

@Tenkir
Copy link

Tenkir commented Jul 8, 2016

Specify one of borderBottomLeftRadius / borderBottomRightRadius / borderTopLeftRadius / borderTopRightRadius does not work.

Specify borderRadius works.

Also not working with <TextInput>. on iOS

@realjamie
Copy link

+1

@eladgel
Copy link

eladgel commented Jul 12, 2016

borderBottomLeftRadius / borderBottomRightRadius / borderTopLeftRadius / borderTopRightRadius Also not working in Image

@wyamei
Copy link

wyamei commented Jul 14, 2016

borderRadius works with on Android.
borderBottomLeftRadius / borderBottomRightRadius / borderTopLeftRadius / borderTopRightRadius is not working

@logicalicy
Copy link

+1 On Android, RN 0.25.0, borderRadius works but borderBottomRightRadius, etc. don't have any effect.

@mitchellhuang
Copy link

+1. Broken on on iOS and Android RN 0.29.0. borderRadius itself works fine.

@nalwayaabhishek
Copy link

+1 Same for me. Broken on iOS and Android RN 0.30.0.

@irfanlone
Copy link

+1

1 similar comment
@aashna208
Copy link

+1

@stanleycyang
Copy link

+1

@iljaiwjew
Copy link

Broken on iOS RN 0.34.0-rc.0.

@a11y1337
Copy link

+1

@Nicomalacho
Copy link

Broken on iOS RN 0.37

@michaelasper
Copy link

borderTopLeftRadius and all variants still not working. iOS RN 0.37

@ethanshar
Copy link

+1, not working for Text on iOS

@hramos
Copy link
Contributor

hramos commented May 25, 2017

Closing this issue because it has been inactive for a while. If you think it should still be opened let us know why.

@davidgoli
Copy link

+1. These properties are still in the docs. If they're not going to be supported, they should be removed altogether.

@facebook facebook locked as resolved and limited conversation to collaborators Jul 21, 2018
@react-native-bot react-native-bot added the Resolution: Locked This issue was locked by the bot. label Jul 21, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Resolution: Locked This issue was locked by the bot.
Projects
None yet
Development

No branches or pull requests