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

Any ideas?
@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?
Most helpful comment
@skokon try setting the
widthtonullforIcon.Like