diff --git a/en/react-native-recaptcha-that-works.md b/en/react-native-recaptcha-that-works.md index f685a86af4bbff87bb698b2e0aaee5f27291456b..4515768ce0467b3c133086866cfdaa235f729a90 100644 --- a/en/react-native-recaptcha-that-works.md +++ b/en/react-native-recaptcha-that-works.md @@ -116,6 +116,12 @@ const App = () => { }; ``` +## Link + +The HarmonyOS implementation of this library depends on the native code from @react-native-oh-tpl/react-native-webview. If this library is included into your HarmonyOS application, there is no need to include it again; you can skip the steps in this section and use it directly. + +If it is not included, follow the guide provided in [@react-native-oh-tpl/react-native-webview](/en/react-native-webview.md) to add it to your project. + ## Constraints ### Compatibility @@ -170,4 +176,4 @@ This document is verified based on the following versions: ## License -This project is licensed under [The MIT License (MIT)](https://github.com/douglasjunior/react-native-recaptcha-that-works/blob/master/LICENSE). +This project is licensed under [The MIT License (MIT)](https://github.com/douglasjunior/react-native-recaptcha-that-works/blob/master/LICENSE). \ No newline at end of file diff --git a/zh-cn/react-native-recaptcha-that-works.md b/zh-cn/react-native-recaptcha-that-works.md index fbf7b022660cd3707cd9f2579493b76866581071..4b1117b6cf686dbf10823f6480a55a0e4bc87312 100644 --- a/zh-cn/react-native-recaptcha-that-works.md +++ b/zh-cn/react-native-recaptcha-that-works.md @@ -115,6 +115,11 @@ const App = () => { ); }; ``` +## Link + +本库鸿蒙侧实现依赖@react-native-oh-tpl/react-native-webview 的原生端代码,如已在鸿蒙工程中引入过这个库,则无需再次引入,可跳过本章节步骤,直接使用。 + +如未引入请参照[@react-native-oh-tpl/react-native-webview 文档](/zh-cn/react-native-webview.md)进行引入 ## 约束与限制 @@ -170,4 +175,4 @@ const App = () => { ## 开源协议 -本项目基于 [The MIT License (MIT)](https://github.com/douglasjunior/react-native-recaptcha-that-works/blob/master/LICENSE) ,请自由地享受和参与开源。 +本项目基于 [The MIT License (MIT)](https://github.com/douglasjunior/react-native-recaptcha-that-works/blob/master/LICENSE) ,请自由地享受和参与开源。 \ No newline at end of file