React-native: Android support for borderTopLeftRadius, etc.

Created on 25 Sep 2015  路  29Comments  路  Source: facebook/react-native

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

Locked

Most helpful comment

+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

All 29 comments

borderRadius et al are only a supported property on View.

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

I've found the borders to blur...

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

RN version:0.14.2

+1

+1

+1

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.

+1

@pickhardt this feature is broken on both platforms.

+1

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

Thanks

+1

+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

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

Specify borderRadius works.

Also not working with <TextInput>. on iOS

+1

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

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

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

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

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

+1

+1

+1

Broken on iOS RN 0.34.0-rc.0.

+1

Broken on iOS RN 0.37

borderTopLeftRadius and all variants still not working. iOS RN 0.37

+1, not working for Text on iOS

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

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

janmonschke picture janmonschke  路  3Comments

jlongster picture jlongster  路  3Comments

TrakBit picture TrakBit  路  3Comments

lazywei picture lazywei  路  3Comments

DreySkee picture DreySkee  路  3Comments