Card border not displaying in Android
See original GitHub issueCard border not displaying in Android but in IOS its working fine.
My setup:
"native-base": "^2.4.1",
"react": "^16.3.0-alpha.1",
"react-native": "0.55",
"react-native-easy-grid": "^0.1.17",
<Card>
<CardItem header bordered>
<Text style={{ textAlign: 'center' }}>Title</Text>
</CardItem>
<CardItem bordered>
<Body>
<Text>
Body text
</Text>
</Body>
</CardItem>
</Card>
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Border not appearing around MaterialCardView - Stack Overflow
I've already added the relevant dependency but it still doesn't seem to have any effect. Dependency added dependencies { ... implementation 'com ...
Read more >border-left - CSS: Cascading Style Sheets - MDN Web Docs
The border-left shorthand CSS property sets all the properties of an element's left border.
Read more >border-radius - CSS-Tricks
You can give any element "rounded corners" by applying a border-radius through CSS. You'll only notice if there is a color change involved....
Read more >DataCard border doesn't show up - Power Platform Community
I have a viewForm with many dataCards en I tried to change the borderThickness from 0 to whatever values that will make the...
Read more >Cards - Lightning Design System
If the card header icon is redundant with the card header text, the assistive text is not needed. The card heading level should...
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
Fixed with 2.4.4
@anam-hossain this will be fixed in the upcoming release.