HarmonyOS 集成@react-native-oh-tpl/react-native-spinkit报错
集成@react-native-oh-tpl/react-native-spinkit构建。
按照文档集成后点击构建,返回错误:
Cannot find module '@pura/harmony-utils' or its corresponding type declarations
HarmonyOS
赞
收藏 0
回答 1
待解决
相关问题
HarmonyOS 集成@react-native-oh-tpl/datetimepicker报错
1351浏览 • 1回复 待解决
HarmonyOS 集成@react-native-oh-tpl/react-native-pdf后App Crash
1377浏览 • 1回复 待解决
HarmonyOS 无法安装@react-native-oh-tpl/react-native-reanimated
2212浏览 • 1回复 待解决
HarmonyOS @react-native-oh-tpl/react-native-view-shot增量包权限问题
1240浏览 • 1回复 待解决
HarmonyOS @react-native-oh-tpl/react-native-reanimated 引入编译出错
1308浏览 • 1回复 待解决
HarmonyOS react-native-oh-library/react-navigation如何集成
1411浏览 • 1回复 待解决
HarmonyOS react-native集成问题
1965浏览 • 1回复 待解决
HarmonyOS react-native-reconnecting-websocket 报错
1199浏览 • 1回复 待解决
HarmonyOS 适配 React native
1653浏览 • 1回复 待解决
HarmonyOS react-native-gesture-handler运行报错
1108浏览 • 1回复 待解决
HarmonyOS react-native-safe-area-context引入报错
1176浏览 • 1回复 待解决
HarmonyOS react-native-svg(CAPI)使用报错
1294浏览 • 1回复 待解决
HarmonyOS react-native工程使用yarn install报错
1168浏览 • 1回复 待解决
HarmonyOS 关于react-native-fast-image-8.6.3-0.4.10版本集成报错问题
1065浏览 • 1回复 待解决
HarmonyOS 引用react-native-sound,项目运行报错
1073浏览 • 1回复 待解决
HarmonyOS react-native-device-info使用报错
1000浏览 • 1回复 待解决
HarmonyOS React Native三方库需要适配@react-native-community/art
1313浏览 • 1回复 待解决
HarmonyOS 咨询React Native适配情况
1349浏览 • 1回复 待解决
HarmonyOS RN中使用react-native-view-shot报错
1026浏览 • 1回复 待解决
HarmonyOS 是否接入React Native框架?
1252浏览 • 1回复 待解决
HarmonyOS react-native-device-info
979浏览 • 1回复 待解决
HarmonyOS React Native分包基础包相关
1247浏览 • 1回复 待解决





















根据报错,是没有下载@pura/harmony-utils的三方库,可以在ide内控制台执行以下命令:ohpm i @pura/harmony-utils,下载完毕后点击ide左上角file->Sync and Refresh Project刷新同步项目试试。