"react": "^15.3.2",
"react-native": "~0.37.0",
"native-base":"0.5.15"

Everything from the above picture but with the border going around the bottom as well
<Container tabLabel='Invites'>
<Content style={{padding: 8}} >
<Card style={{borderColor: 'red', }}>
<CardItem >
<Text>NativeBase</Text>
<Text note>April 15, 2016</Text>
</CardItem>
<CardItem cardBody>
<Text>
//Your text here
</Text>
<Button transparent textStyle={{color: '#87838B'}}>
<Icon name="logo-github" />
<Text>1,926 stars</Text>
</Button>
</CardItem>
</Card>
<Container>
Yes, both
The reason I want to pass the border color through the props is because I want to have the border be a different color depending on whether the card is "active" or not
Please use from master till the time we release a newer version.
I just copied the Card component from the node_modules folder into my components folder, applied the fix manually and am using that.
Was it fixed in current master?
use transparent to remove the shadow
@simakwm Try with NativeBase 2.3.6
Most helpful comment
use transparent to remove the shadow