未找到 Loadash 模块的 React Native

React Native With Loadash Module Not Found

我无法导入 loadash 来响应本机应用程序。

遵循的步骤:

1- NPM 安装 npm 安装 loadash --save

2-导入 从 'loadash' 导入 _ 也尝试像这样导入:let _ = require('loadash');

3- 用法 _.isUndefined(键);

Package.json

"dependencies": {
"lodash": "^4.17.5",
"react": "16.2.0",
"react-native": "0.53.3"

}

欢迎任何解决方案,我尝试删除 node_modules 并重新安装我也尝试了以下步骤:

谢谢。

你打错了,是lodash,不是loadash