运行 反应本机应用程序时有几个文件提供此模块错误
There are several files providing this module error while running react native application
我创建了一个 android 模块 from here 并添加到我的项目中。现在我在 运行 应用程序时遇到错误。
捆绑失败:解析不明确:模块 projectpath\index.js
尝试要求 react-native
,但有多个文件提供此模块。您可以删除或修复它们:
得到解决方案。以下命令帮助我克服上述错误
yarn start --reset-cache
我创建了一个 android 模块 from here 并添加到我的项目中。现在我在 运行 应用程序时遇到错误。
捆绑失败:解析不明确:模块 projectpath\index.js
尝试要求 react-native
,但有多个文件提供此模块。您可以删除或修复它们:
得到解决方案。以下命令帮助我克服上述错误
yarn start --reset-cache