我在项目中使用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> ),
},
};