From 0d5f94d988dcf7929d37e7f3a06b3cfbfa046bbc Mon Sep 17 00:00:00 2001 From: qinlianao Date: Thu, 25 Jul 2024 14:31:28 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20[Issues:=20#IAFI47]=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9react-navigation-shared-element=E7=9A=84=E6=8C=87?= =?UTF-8?q?=E5=AF=BC=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zh-cn/react-navigation-shared-element.md | 29 +++++++++--------------- 1 file changed, 11 insertions(+), 18 deletions(-) diff --git a/zh-cn/react-navigation-shared-element.md b/zh-cn/react-navigation-shared-element.md index 4c96526c..bbadd3d8 100644 --- a/zh-cn/react-navigation-shared-element.md +++ b/zh-cn/react-navigation-shared-element.md @@ -1,5 +1,4 @@ - -> 模板版本:v0.2.1 +> 模板版本:v0.2.2

react-navigation-shared-element

@@ -211,28 +210,23 @@ const styles = StyleSheet.create({ ``` ## 约束与限制 -### 兼容性 - -要使用此库,需要使用正确的 React-Native 和 RNOH 版本。另外,还需要使用配套的 DevEco Studio 和 电脑ROM。 +### Link -本文档内容基于以下版本验证通过: +本库 HarmonyOS 侧实现依赖@react-native-oh-tpl/react-native-safe-area-context的原生端代码,如已在 HarmonyOS 工程中引入过该库,则无需再次引入,可跳过本章节步骤,直接使用。 -1. RNOH:0.72.26; SDK:HarmonyOS NEXT Developer Beta1 B.0.22、IDE:DevEco Studio 5.0.3.300; ROM:3.0.0.24; +如未引入react-native-safe-area-context请参照[@react-native-oh-tpl/react-native-safe-area-context 文档的 Link 章节](https://gitee.com/react-native-oh-library/usage-docs/blob/master/zh-cn/react-native-safe-area-context.md)进行引入 -## 属性 +### 兼容性 -> [!tip] "Platform"列表示该属性在原三方库上支持的平台。 +本文档内容基于以下版本验证通过: -> [!tip] "HarmonyOS Support"列为 yes 表示 HarmonyOS 平台支持该属性;no 则表示不支持;partially 表示部分支持。使用方法跨平台一致,效果对标 iOS 或 Android 的效果。 +1. RNOH:0.72.26; SDK:HarmonyOS-NEXT-Developer-Beta1 5.0.0.22;IDE:DevEco Studio 5.0.3.300; ROM:3.0.0.25; -**SharedElement** +## 属性 -| Prop | Description | Type | Required | Platform | HarmonyOS Support | -| ----- | ----- | -------- | -------- | -------- | -------- | -| `children` |A single child component, which must map to a real view in the native view hierarchy. | element | no | All | yes | -| `onNode` | Event handler that sets or unsets the node-handle. | function | no | All | yes | +> [!TIP] "Platform"列表示该属性在原三方库上支持的平台。 -**SharedElementTransition** +> [!TIP] "HarmonyOS Support"列为 yes 表示 HarmonyOS 平台支持该属性;no 则表示不支持;partially 表示部分支持。使用方法跨平台一致,效果对标 iOS 或 Android 的效果。 | Prop | Description | Type | Required | Platform | HarmonyOS Support | | ----- | ----- | -------- | -------- | -------- | -------- | @@ -251,5 +245,4 @@ const styles = StyleSheet.create({ ## 其他 ## 开源协议 -本项目基于 [The MIT License (MIT)](https://github.com/IjzerenHein/react-navigation-shared-element/blob/main/LICENSE.md) ,请自由地享受和参与开源。 - \ No newline at end of file +本项目基于 [The MIT License (MIT)](https://github.com/IjzerenHein/react-navigation-shared-element/blob/main/LICENSE.md) ,请自由地享受和参与开源。 \ No newline at end of file -- Gitee