-
Notifications
You must be signed in to change notification settings - Fork 83
How do I add bottom border? #140
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
Comments
You can’t borders on text elements in react native |
I'm on react-native 0.62. Looks like it's possible. |
The output you pasted looks fine, so we’re doing the right thing in this library You can try putting that style directly into RN, because I think you can’t put borders on text and that the docs might be wrong |
You're right. Sorry, the preview was on web. |
Glad I could help - if only a little! 😄 |
Have the following component, but the border bottom doesn't appear
The generated CSS here looks fine:
The text was updated successfully, but these errors were encountered: