-
Notifications
You must be signed in to change notification settings - Fork 24.5k
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] borderRadius + borderBottom #9262
Comments
Maybe the border overlaps the view, in Android all views are overflow hidden. Maybe do elevation. Or do a wrapper around it with a paddingBottom: 1. |
Nope. |
I`ll look at it Monday. I have no experience but it would definitily work Op 6 aug. 2016 20:18 schreef "Nick Tolkachev" [email protected]:
|
You could do a wrapper view with 2px bottom padding and #dc5400 as background do the rest of the view te same inside but without the bottom border. |
This is somewhat similar to #7838 |
@facebook-github-bot label Icebox |
Hi there! This issue is being closed because it has been inactive for a while. But don't worry, it will live on with ProductPains! Check out its new home: https://productpains.com/post/react-native/android-borderradius-borderbottom ProductPains helps the community prioritize the most important issues thanks to its voting feature. Also, if this issue is a bug, please consider sending a PR with a fix. |
@facebook-github-bot close |
@charpeni tells me to close this issue. If you think it should still be opened let us know why. |
This is still happening, can this be reopened? React-Native 0.44 |
RN 0.31
Example:
Works fine on iOS, but not on Android (the bottom border isn't showing).
The text was updated successfully, but these errors were encountered: