-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
Border radius on android 4.4.2 #18224
Comments
Thanks for posting this! It looks like your issue may refer to an older version of React Native. Can you reproduce the issue on the latest stable release? Thank you for your contributions. |
@react-native-bot it reproduced in last stable version too |
Have you test with borderTopRightRadius ? I'm on RN0.54 and using TopRight, TopLeft, BottomRight, BottomLeft to get radius render properly. and no border width. |
I'm having this issue as well. Have you found any workarounds for this, @sm2017 ? Border-width works OK, border radius too. When both are together I'm getting the same results you are. |
@martjoao I think it is a react native bug and must be fixed in native side |
Fixed with commit c5ca26a which is now in Master. Please test with Master build. |
It is working without borderWidth. With borderWidth issue still exists. Tested on latest release rn: 55.3 @himabindugadupudi |
Workaround I did was wrap the TextInput with View component and move all the style related with border to the View component.
Hope this help anyone.. |
On android 4.4.2
borderRadius
andborderWidth
is not render correctlyEnvironment
Expected Behavior
A rounded rectangle must be rendered
Actual Behavior
Screen shot on android 4.4.2
Steps to Reproduce
Correct demo : https://snack.expo.io/BJuR6khOM
Run the following code on android 4.4.2
The text was updated successfully, but these errors were encountered: