From fd6a3a901fbbe29174cb9e78eef377cb21163184 Mon Sep 17 00:00:00 2001 From: kongchuiyu <1728817446@qq.com> Date: Mon, 18 Nov 2024 10:53:36 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20[Issues:#IB4P1R]=20=E4=BF=AE=E6=94=B9re?= =?UTF-8?q?act-native-video=E6=8C=87=E5=AF=BC=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- en/react-native-recaptcha-that-works.md | 8 +++++++- zh-cn/react-native-recaptcha-that-works.md | 7 ++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/en/react-native-recaptcha-that-works.md b/en/react-native-recaptcha-that-works.md index f685a86a..4515768c 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 fbf7b022..4b1117b6 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 -- Gitee