安装react-native-elements包后出错

时间:2018-04-17 14:33:33

标签: javascript reactjs react-native

我刚刚通过npm安装了react-native-elements。今天早上,我试图从包中创建一个Overlay组件,但由于某种原因,我一直收到错误,没有这样的组件存在。所以,愚蠢的是,我再次运行npm install react-native-elements,现在每次尝试构建时都会出现以下错误:

Unable to resolve ./social/SocialIcon" from "./C:\\Users\\L\\IdeaProjects\\FinalProject\\node_modules\\react-native-elements\\src\\index.js:无法找到模块./social/SocialIcon“。

我安装了react-native-vector-icons。我不知道为什么会这样。

1 个答案:

答案 0 :(得分:0)

尝试安装@ expo / vector-icons

npm install @expo/vector-icons --save

https://github.com/react-native-training/react-native-elements/issues/620