aksonov / aksonov/react-native-router-flux
I can dynamically hide a tab with Actions.refresh?
未关闭
- 主要语言
- JavaScript
- 星标
- 8.9k
- 派生
- 2.1k
- PR 合并指标
- 30 天内没有已合并 PR
描述
I must dynamically hide / show tabs.
I can do it with Actions.refresh ()
Thanks
```
Actions.refresh({
XXXXX: getNewTabs(),
});
function getNewTabs(){
...
return
}
```

贡献指南
评估
这个 Issue 还没有评估数据。