0

嘿伙计们,我正在尝试使用本机基础在屏幕的页脚中获得五个图标,但我只能看到三个图标,任何机构都可以帮助我解决问题吗?我指的是这个链接。这是代码。

<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>

任何机构都可以帮我解决问题吗?提前非常感谢。

4

1 回答 1

0

您指的是旧版本的 NSP 检查最新的文档是否相同

于 2016-08-23T13:20:07.137 回答