diff --git a/zh-cn/react-navigation-shared-element.md b/zh-cn/react-navigation-shared-element.md index 4c96526c6b8a5983be03b324f306b827e1341274..5b0fe27169d1064bbd1b1e2924c340ad868b0def 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,19 +210,23 @@ const styles = StyleSheet.create({ ``` ## 约束与限制 -### 兼容性 +### Link + +本库 HarmonyOS 侧实现依赖@react-native-oh-tpl/react-native-safe-area-context的原生端代码,如已在 HarmonyOS 工程中引入过该库,则无需再次引入,可跳过本章节步骤,直接使用。 -要使用此库,需要使用正确的 React-Native 和 RNOH 版本。另外,还需要使用配套的 DevEco Studio 和 电脑ROM。 +如未引入react-native-safe-area-context请参照[@react-native-oh-tpl/react-native-safe-area-context 文档的 Link 章节](/zh-cn/react-native-safe-area-context.md)进行引入 + +### 兼容性 本文档内容基于以下版本验证通过: -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; +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; ## 属性 -> [!tip] "Platform"列表示该属性在原三方库上支持的平台。 +> [!TIP] "Platform"列表示该属性在原三方库上支持的平台。 -> [!tip] "HarmonyOS Support"列为 yes 表示 HarmonyOS 平台支持该属性;no 则表示不支持;partially 表示部分支持。使用方法跨平台一致,效果对标 iOS 或 Android 的效果。 +> [!TIP] "HarmonyOS Support"列为 yes 表示 HarmonyOS 平台支持该属性;no 则表示不支持;partially 表示部分支持。使用方法跨平台一致,效果对标 iOS 或 Android 的效果。 **SharedElement** @@ -233,7 +236,6 @@ const styles = StyleSheet.create({ | `onNode` | Event handler that sets or unsets the node-handle. | function | no | All | yes | **SharedElementTransition** - | Prop | Description | Type | Required | Platform | HarmonyOS Support | | ----- | ----- | -------- | -------- | -------- | -------- | | `start` | Start node- and ancestor. | node: SharedElementNode, ancestor: SharedElementNode | no | All | yes | @@ -251,5 +253,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