question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Card border not displaying in Android

See original GitHub issue

Card 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:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
SupriyaKalghatgicommented, May 11, 2018

Fixed with 2.4.4

1reaction
akhil-gacommented, Apr 23, 2018

@anam-hossain this will be fixed in the upcoming release.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found