-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
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 RN version:0.14.2 |
+1 |
2 similar comments
+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 Specify one of Specify RN version: |
Also not working with |
+1 |
borderBottomLeftRadius / borderBottomRightRadius / borderTopLeftRadius / borderTopRightRadius Also not working in Image |
borderRadius works with on Android. |
+1 On Android, RN 0.25.0, |
+1 Same for me. Broken on iOS and Android RN 0.30.0. |
+1 |
1 similar comment
+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. |
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
The text was updated successfully, but these errors were encountered: