作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我的 React Native 项目中有组件 react-native-modal-datetime-picker
。它抛出以下错误:
错误:捆绑失败:错误:无法从“node_modules/react-native-modal-datetime-picker/src/DateTimePickerModal.android.js”解析模块“@react-native-community/datetimepicker”:@在项目中找不到react-native-community/datetimepicker。
似乎在 react-native-modal-datetime-picker
模块中引用了 @react-native-community/datetimepicker
模块。我以前从未遇到过必须手动添加另一个依赖项的依赖项的情况。有谁知道为什么会发生这种情况吗?
最佳答案
你需要运行这个:
博览会安装react-native-modal-datetime-picker @react-native-community/datetimepicker
关于reactjs - react native : Under what circumstances do you have to manually add dependencies of your dependencies?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59780761/
我是一名优秀的程序员,十分优秀!