无法解析模块“ react-native-screens”(ESLint)的路径

时间:2020-02-24 07:21:29

标签: reactjs react-native

在我的VS代码中得到了这个皮棉错误:

无法解析模块路径 'react-native-screens'.eslint(导入/未解析)模块 “本机屏幕”

1 个答案:

答案 0 :(得分:0)

您需要再安装3个库 react-native-gesture-handler react-native-reanimated react-native-screens >以便进行导航。

运行以下代码:

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

有关更多信息,请访问-here

如果您对screens软件包只有一个问题,请仅安装该依赖项

希望这会有所帮助:)