[Android] borderStyle does not work with specific borderWidth (borderBottomWidth, etc).
See original GitHub issueborderStyle does not work with specific borderWidth.
borderBottomWidth: 1,
borderBottomColor: '#979797',
borderStyle: 'dotted',
shows no dotted border.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:1
- Comments:24 (4 by maintainers)
Top Results From Across the Web
borderStyle not working in android - react-native
The borderStyle: 'dashed'/'dotted' should work if you add borderRadius: 1 (Android only). Also note that it works only with 'borderWidth' ...
Read more >border-width - CSS: Cascading Style Sheets - MDN Web Docs
The border-width property may be specified using one, two, three, or four values. When one value is specified, it applies the same width...
Read more >border-bottom-style
The border-bottom-style property is used to specify the line style of the bottom border of an element (solid, double, da.
Read more >Adding Border around HTML elements using CSS
Rest properties of border won't work until style is specified. border-style contains atleast one and maximum of four values: One value: border style...
Read more >CSS Border
border : border-width border-style border-color;. This is a shorthand syntax of CSS border and there is another syntax for CSS borders as well...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
+1 why is this closed?
This issue needs to be addressed -__-. Been there for almost one and a half year