`createDraweerNavigation()`已移至`react-navigation-drawer`中。

时间:2019-09-08 09:47:57

标签: react-native react-navigation react-navigation-drawer

2 个答案:

答案 0 :(得分:7)

似乎您正在尝试从createDrawerNavigator()库导入react-navigation。但是,此功能此后已移至react-navigation-drawer。该错误已经完全告诉您发生了什么。如果您查看the documentation时发现此错误,您将找到要导入的内容:

import { createDrawerNavigator } from 'react-navigation-drawer'; 

答案 1 :(得分:0)

对于初学者>

对于在项目或src中导入App.js,请将{createDrawerNavigator}从“反应导航”导入到“反应导航抽屉”中

例如: 从=>从“反应导航”导入{ createDrawerNavigator, createStackNavigator,createAppContainer};

删除=>从“反应导航”中导入{createStackNavigator,createAppContainer};

要=>从“反应导航抽屉”中导入{ createDrawerNavigator };