Nativebase: How to add border width to Card ?

Created on 19 Sep 2018  路  2Comments  路  Source: GeekyAnts/NativeBase

native-base 2.4.2

I have

<Card>
  <CardItem header />
  <CardItem />
  <CardItem footer />
</Card>

I want add border size to card

<Card style={{ borderWidth: 5 }} >

this work, but border always same width (about 1px)

All 2 comments

And i add border to each children (CardItem)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

natashache picture natashache  路  3Comments

natashache picture natashache  路  3Comments

bsiddiqui picture bsiddiqui  路  3Comments

maphongba008 picture maphongba008  路  3Comments

muthuraman007 picture muthuraman007  路  3Comments