在 React Native 中为我的导航器加载函数时出错,被告知这是一个渲染方法问题



错误:

这是我的BottomTabNavigator:

这是我的RootStack

一整天都在为这个问题挠头。我不知道我怎么应该接近它。任何帮助或指导将非常感谢

当您尝试创建底部选项卡导航器

时,有一个问题<<p>改变strong> createBottomTabNavigator 到createBottomTabNavigator ()

下面的代码更改
// Your Code
const BottomTab = createBottomTabNavigator;
// Correct
const BottomTab = createBottomTabNavigator();

相关内容

  • 没有找到相关文章