From 567fa29bbf1992cfa6436a4652bd89694b499dd7 Mon Sep 17 00:00:00 2001 From: zgf Date: Thu, 12 Jun 2025 18:49:17 +0800 Subject: [PATCH 1/2] =?UTF-8?q?docs:=20[Issues:=20#ICESCY]:=20react-native?= =?UTF-8?q?-bindingx=E6=96=87=E6=A1=A3=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zgf --- en/react-native-bindingx.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/en/react-native-bindingx.md b/en/react-native-bindingx.md index 7908ec38..24c22c89 100644 --- a/en/react-native-bindingx.md +++ b/en/react-native-bindingx.md @@ -172,8 +172,6 @@ Open the `harmony` directory of the HarmonyOS project in DevEco Studio. } ``` -### 2.引入原生端代码 - ### 2. Introducing Native Code Currently, two methods are available: -- Gitee From 713061c50e6a63fad3cd1de977cd3c7b77ed305c Mon Sep 17 00:00:00 2001 From: zgf Date: Thu, 12 Jun 2025 18:49:17 +0800 Subject: [PATCH 2/2] =?UTF-8?q?docs:=20[Issues:=20#ICESCY]:=20react-native?= =?UTF-8?q?-bindingx=E6=96=87=E6=A1=A3=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zgf --- en/react-native-bindingx.md | 12 ++++++------ zh-cn/react-native-bindingx.md | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/en/react-native-bindingx.md b/en/react-native-bindingx.md index 24c22c89..0552bda1 100644 --- a/en/react-native-bindingx.md +++ b/en/react-native-bindingx.md @@ -308,12 +308,12 @@ Check the release version information in the release address of the third-party > [!TIP] If the value of **HarmonyOS Support** is **yes**, it means that the HarmonyOS platform supports this property; **no** means the opposite; **partially** means some capabilities of this property are supported. The usage method is the same on different platforms and the effect is the same as that of iOS or Android. | Name | Description | Type | Required | Platform | HarmonyOS Support | -| ----------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | -------- | ----------------| ------------------ | -| bind | Build a specific event type of binding instance. When the event is triggered, corresponding expression will be executed and touch off transform in specified element. | string | yes | iOS/Android | yes | -| unbind | unbind specified binding instance. | void | yes | iOS/Android | yes | -| unbindAll | unbind all binding instance | void | yes | iOS/Android | yes | -| prepare | launch bind. This method is only useful for pan type binding. | void | yes | iOS/Android | yes | -| getComputedStyle | get styles of specified view. | Promise | yes | iOS/Android | yes | +| ----------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- |----------| ----------------| ------------------ | +| bind | Build a specific event type of binding instance. When the event is triggered, corresponding expression will be executed and touch off transform in specified element. | string | no | iOS/Android | yes | +| unbind | unbind specified binding instance. | void | no | iOS/Android | yes | +| unbindAll | unbind all binding instance | void | no | iOS/Android | yes | +| prepare | launch bind. This method is only useful for pan type binding. | void | no | iOS/Android | yes | +| getComputedStyle | get styles of specified view. | Promise | no | iOS/Android | yes | ## Known Issues diff --git a/zh-cn/react-native-bindingx.md b/zh-cn/react-native-bindingx.md index 6d265bb6..04a2e962 100644 --- a/zh-cn/react-native-bindingx.md +++ b/zh-cn/react-native-bindingx.md @@ -308,12 +308,12 @@ ohpm install > [!TIP] "HarmonyOS Support"列为 yes 表示 HarmonyOS 平台支持该属性;no 则表示不支持;partially 表示部分支持。使用方法跨平台一致,效果对标 iOS 或 Android 的效果。 | Name | Description | Type | Required | Platform | HarmonyOS Support | -| ----------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | -------- | ----------------| ------------------ | -| bind | Build a specific event type of binding instance. When the event is triggered, corresponding expression will be executed and touch off transform in specified element. | string | yes | iOS/Android | yes | -| unbind | unbind specified binding instance. | void | yes | iOS/Android | yes | -| unbindAll | unbind all binding instance | void | yes | iOS/Android | yes | -| prepare | launch bind. This method is only useful for pan type binding. | void | yes | iOS/Android | yes | -| getComputedStyle | get styles of specified view. | Promise | yes | iOS/Android | yes | +| ----------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- |----------| ----------------| ------------------ | +| bind | Build a specific event type of binding instance. When the event is triggered, corresponding expression will be executed and touch off transform in specified element. | string | no | iOS/Android | yes | +| unbind | unbind specified binding instance. | void | no | iOS/Android | yes | +| unbindAll | unbind all binding instance | void | no | iOS/Android | yes | +| prepare | launch bind. This method is only useful for pan type binding. | void | no | iOS/Android | yes | +| getComputedStyle | get styles of specified view. | Promise | no | iOS/Android | yes | ## 遗留问题 -- Gitee