如何使用shoutem / ui和exponent在native native中设置自定义Navigation头

时间:2017-01-18 00:36:06

标签: react-native exponent shoutem

我在项目中使用exponent和shoutem / ui。

这里的指数是在导航中构建的

https://github.com/exponent/ex-navigation

我正在尝试弄清楚如何使用搜索框和使用shoutem / ui的过滤器下拉列表来自定义导航栏。

https://github.com/shoutem/ui/tree/develop/navigation

它们是2个互斥的导航栏实现,我只需选择一个吗?

如果是这样,我假设我应该使用ex-navigation内置的指数 - 但我不确定如何设置字体并添加输入框等。< / p>

我是否将按钮添加到navigationBar props中的属性?,例如:

 static route = {
    navigationBar: {
      visible: true,
      title: 'Join a Game',
      renderTitle: () => ( <Title>TITLE</Title> ),
    },
  };

1 个答案:

答案 0 :(得分:1)

我们更新了NavBar组件的文档,您可以看到here。顺便说一句,如果您在使用带有Exponent的Shoutem UI工具包时遇到问题,请参阅this示例。