In list of cards, the shadow grows ever longer
See original GitHub issuenode, 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.
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:
- Created 5 years ago
- Comments:8 (5 by maintainers)
Top 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 >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
https://github.com/facebook/react-native/issues/20501
yes, it is I will link in the RN issue in a minute