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.

In list of cards, the shadow grows ever longer

See original GitHub issue

node, npm, react-native, react and native-base version

    "native-base": "^2.7.1",
    "react": "16.4.1",
    "react-native": "0.56.0",

Expected behaviour

In a list of cards, all cards have the same shadow thickness, unless otherwise specified

Actual behaviour

The shadow grows for each subsequent card in a list.

screenshot-2018-07-18_16_27_47_641

Steps to reproduce should include code snippet and screenshot

{_.map(props.content, c => (
  <NB.Card key={c.id} style={styles.menu}>
    <NB.CardItem cardBody button onPress={() => props.open(c)} style={styles.cardItem}>
      <NB.Text style={styles.menuText}>{c.title}</NB.Text>
    </NB.CardItem>
  </NB.Card>
  )}

Is the bug present in both iOS and Android or in any one of them?

This happens in Android. I can’t test on iOS on the latest version of NB because the RN 0.56 dependency causes issues with other libs (rn-firebase).

Any other additional info which would help us debug the issue quicker.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

0reactions
SupriyaKalghatgicommented, Aug 2, 2018

yes, it is I will link in the RN issue in a minute

Read more comments on GitHub >

github_iconTop Results From Across the Web

Ashcoat of the Shadow Swarm in Commander
There are decisions to make, but half of your non-land cards are auto-includes. Today I'm going to try to share two lists with...
Read more >
growing dread cards question | Shadows of Brimstone
When you are in the "reveal growing dread cards" part of the game and while revealing the cards darkness escapes, do you end...
Read more >
Try to Fit That on a Business Card - TV Tropes
Another common vector for the Long List is a Badass Boast, especially if the titles were awarded for martial achievements or general badassery....
Read more >
In the Shadow of Success - Dr. Wilfried R. Vanhonacker
Success Has Long Legs. This is something that many of us have observed: as soon as a project becomes successful, there are plenty...
Read more >
Reserved List - MTG Wiki - Fandom
The Reserved List was a list of Magic: The Gathering cards that will never be reprinted in order to preserve their value on...
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