错误:无法从`node_modules/react-navigation-tabs/src/navigators/createBottomTabNavigator.js`解析模块`react-native-screens`

Faz*_*dor 23 react-native react-native-navigation

当前行为

  • 执行应用程序后未安装报告
bundling failed: Error: Unable to resolve module `
react-native-screens` from `node_modules/react-navigation-tabs/src/navigators/createBottomTabNavigator.js`: react-native-screens could not be found within the project.
Run Code Online (Sandbox Code Playgroud)

您的环境

| 软件| 版本|

| 反应导航 | 3.11.1

| 反应本机 | 0.61.2

| 节点 | 12.13.0

Faz*_*dor 31

好吧,我已经通过重新安装/更新这些软件包解决了这个问题。

npm install --save react-native-gesture-handler react-native-reanimated react-native-screens


M_d*_*oid 9

如果您在裸 react-native 项目中使用 react-navigation,请不要忘记还安装以下必需的依赖项:

npm install react-native-reanimated react-native-gesture-handler react-native-screens react-native-safe-area-context @react-native-community/masked-view

...或与世博会

expo install react-native-gesture-handler react-native-reanimated react-native-screens react-native-safe-area-context @react-native-community/masked-view