Wix React 本机导航选项卡按钮在导航回屏幕时超出范围

Wix React native navigation tab button goes out of bound on navigating back to screen

tabbarHidden 设置为 true 推送到新屏幕并弹回屏幕,tabbar 从左侧动画显示草率的。这是一个错误还是我可以通过道具来防止它动画化。

预期的行为是标签栏图标不应从左侧开始动画

此代码在推送时隐藏标签

this.props.navigator.push({
  screen: Route.UPLOADS,
  navigatorStyle: {
    tabBarHidden: true
  },
  title: title
})

错误屏幕截图

环境

我通过向 tabstyle 添加以下行解决了这个问题

tabBarTranslucent: false

另一种解决方案是将wix导航库升级到v2。