我们可以在“native-base”的页脚组件的列中设置两个按钮,还是可以设置“native-base”的页脚高度?

Posted

技术标签:

【中文标题】我们可以在“native-base”的页脚组件的列中设置两个按钮,还是可以设置“native-base”的页脚高度?【英文标题】:Can we set two buttons in column in footer component of 'native-base' or can we set height of footer of 'native-base'? 【发布时间】:2019-09-21 15:33:42 【问题描述】:

我正在使用原生组件。我想在页脚的列视图中设置两个或 2 个按钮。我们可以设置页脚的高度吗?我是 React Native 的新手。这是视图

【问题讨论】:

【参考方案1】:

您可以在页脚中添加两个或更多按钮

  <Container>
    <Footer>
      <Left>
        <Button transparent>
          <Icon name='arrow-back' />
        </Button>
      </Left>

      <Right>
        <Button transparent>
          <Icon name='menu' />
        </Button>
      </Right>
    </Footer>
  </Container>

【讨论】:

以上是关于我们可以在“native-base”的页脚组件的列中设置两个按钮,还是可以设置“native-base”的页脚高度?的主要内容,如果未能解决你的问题,请参考以下文章

如何隐藏主页的页脚组件?

Vue js起始页中的页脚

Objective-C - 我的应用程序的页脚

网站设计的页脚注释中的间距不均匀

Angular - 动态显示组件

native-base中icon不能正确显示[转]