当我为我的react原生项目执行yarn remove react-native-splash-screen时。
android编译器会报告一条错误消息:
Unable to find a matching configuration of project :react-native-splash-screen:
- None of the consumable configurations have attributes.如何检查并修复此错误?
发布于 2019-08-18 18:01:24
您可以运行react-native unlink react-native-splash-screen
和npm uninstall react-native-splash-screen
发布于 2019-08-19 18:00:41
很简单。在终端上写下:
第1步: react-native取消链接react-native-splash-screen
第-2步:转到package.json并删除react-native-splash-screen行
第3步: npm i
及其已取消链接、已卸载和已删除
https://stackoverflow.com/questions/57543437
复制相似问题