-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
emotion/native's css method does not work for border-bottom. #1488
Comments
emotion/native
's css
method does not work for border-bottom
.
Could you prepare a repository with the issue reproduced? |
Sure, Here we go |
Please report this to https://github.com/styled-components/css-to-react-native , seems like they miss transform for those css properties and we are using this package to do the parsing. EDIT: there is actually open PR for this - styled-components/css-to-react-native#95 , you can checkout the discussion there |
Interesting, I understand the reason now why it's not working. But I wonder maybe somehow we can improve the documentation to reflect this. |
So since this is not an emotion/native issue, I will close this. Thanks for your help @Andarist |
Current behavior:
This does not apply any styles to the
TextInput
's bottom border. This does not work for other specific sides either likeborder-top, left or right
This works though:
Using just
border
also works.Tested on the following versions of
react, react-native, emotion and emotion/native
react
version: 16.8, 16.9react-native
version: 0.59.8emotion/core
version: 10.0.14, 10.0.17emotion/native
version: 10.0.14The text was updated successfully, but these errors were encountered: