Nativebase: Icon doesn't appear with full size

Created on 17 Aug 2018  路  2Comments  路  Source: GeekyAnts/NativeBase

Hello, i'm trying to display icon

<Icon style = {{textAlign: 'center', fontSize: 40}} name = 'ios-contacts-outline'/>

the problem is the icon doesn't appear with full size like this

image

Any ideas?

awaiting response

Most helpful comment

@skokon try setting the width to null for Icon.

Like

<Icon style = {{width:null, textAlign: 'center', fontSize: 40}} name = 'ios-contacts-outline'/>

All 2 comments

@skokon try setting the width to null for Icon.

Like

<Icon style = {{width:null, textAlign: 'center', fontSize: 40}} name = 'ios-contacts-outline'/>

thanks a lot, how i can set your answer as the correct answer?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Cotel picture Cotel  路  3Comments

nschurmann picture nschurmann  路  3Comments

chetnadaffodil picture chetnadaffodil  路  3Comments

muthuraman007 picture muthuraman007  路  3Comments

natashache picture natashache  路  3Comments