0

Hey guys I am trying to get five icon in the footer of the screen using native base but I can only see three icon can any body help me out what is the issue? I am referring to this link. Here is the code.

<Container>
    <Footer>
        <Button transparent>
            <Icon size={30} color={'#fff'} name={'ios-telephone'} />
        </Button>
        <Button transparent>
            <Icon size={25} color={'#fff'} name={'ios-cycle'}/>
        </Button>
        <Button transparent>
            <Icon size={25} color={'#fff'} name={'ios-home'}/>
        </Button>
        <Button transparent>
            <Icon size={25} color={'#fff'} name={'ios-menu'}/>
        </Button>
        <Button transparent>
            <Icon size={25} color={'#fff'} name={'chatbox'}/>
        </Button>
    </Footer>
</Container>

Can any body help me out what is the issue? Thanks a lot in advance.

Manfred Radlwimmer
  • 13,257
  • 13
  • 53
  • 62
atif
  • 759
  • 4
  • 13
  • 25

1 Answers1

0

You are referring old version of NSP Check the latest docs for same

Supriya Kalghatgi
  • 1,155
  • 9
  • 10