如何写精华回答,获更多曝光?
发布
参照:https://gitee.com/react-native-oh-library/usage-docs/blob/master/zh-cn/react-native-webview.md
按照步骤指示,原生引入WebView组件,编译报错:
1 ERROR: ArkTS:ERROR File: E:/HarmonyOS/myproject/xxx/oh_modules/.ohpm/@react-native-oh-tpl+react-native-webview@qvvculbo5j0o+4jreh1yqyfodci=/oh_modules/@react-native-oh-tpl/react-native-webview/src/main/ets/WebViewBaseOperate.ets:1:21
Cannot find module '@rnoh/react-native-openharmony/generated/ts' or its corresponding type declarations.
2 ERROR: ArkTS:ERROR File: E:/HarmonyOS/myproject/xxx/oh_modules/.ohpm/@react-native-oh-tpl+react-native-webview@qvvculbo5j0o+4jreh1yqyfodci=/oh_modules/@react-native-oh-tpl/react-native-webview/src/main/ets/RNCWebView.ets:28:21
Cannot find module '@rnoh/react-native-openharmony/generated' or its corresponding type declarations.
3 ERROR: ArkTS:ERROR File: E:/HarmonyOS/myproject/xxx/oh_modules/.ohpm/@react-native-oh-tpl+react-native-webview@qvvculbo5j0o+4jreh1yqyfodci=/oh_modules/@react-native-oh-tpl/react-native-webview/src/main/ets/RNCWebViewPackage.ts:30:21
Cannot find module '@rnoh/react-native-openharmony/generated/ts' or its corresponding type declarations
查找了rnoh下并没有generated的目录,查看了之前引入的fast_image、svg等库,也没有引用generated目录。