找不到模块“@hmscore/react-native-hms-push”的声明文件
Could not find a declaration file for module '@hmscore/react-native-hms-push'
我在链接推送工具包库时遇到问题。
我正在使用 visual studio 代码在 react-native 中编程,库 '@hmscore/react-native-hms-push' 似乎没有正确导入,错误是 'Could not find a declaration file for module '@hmscore/react-native-hms-push'.
我使用的是5.3.0-301版本。
检查 maps-kit 和 push-kit 似乎不同 si index.ts,在 push-kit 的 src 目录中丢失
我用过这个指南:
我错过了什么吗?
谢谢
解决方法是:
yarn add @types/hmscore__react-native-hms-push
或 npm.
中的等效项
我在链接推送工具包库时遇到问题。
我正在使用 visual studio 代码在 react-native 中编程,库 '@hmscore/react-native-hms-push' 似乎没有正确导入,错误是 'Could not find a declaration file for module '@hmscore/react-native-hms-push'.
我使用的是5.3.0-301版本。
检查 maps-kit 和 push-kit 似乎不同 si index.ts,在 push-kit 的 src 目录中丢失
我用过这个指南:
我错过了什么吗?
谢谢
解决方法是:
yarn add @types/hmscore__react-native-hms-push
或 npm.
中的等效项