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
borderRadius et al are only a supported property on View.
borderTopLeftRadius, etc. haven't been implemented on Android yet
+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
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
+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.
Most helpful comment
+1 not work with
<Text>on iOS.Specify one of
borderBottomLeftRadius / borderBottomRightRadius / borderTopLeftRadius / borderTopRightRadiusdoes not work.Specify
borderRadiusworks.RN version:
0.23.1