From a200173ced108f9d48e6c99ba06f3eefa48e37f4 Mon Sep 17 00:00:00 2001 From: hongtenglong Date: Fri, 1 Mar 2024 15:53:54 +0800 Subject: [PATCH] =?UTF-8?q?[Issues:=20#I952HZ]=20react-native-transitiongr?= =?UTF-8?q?oup=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 --- ...ve-transtiongroup.md => react-native-transitiongroup.md} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename 1224/{react-native-transtiongroup.md => react-native-transitiongroup.md} (93%) diff --git a/1224/react-native-transtiongroup.md b/1224/react-native-transitiongroup.md similarity index 93% rename from 1224/react-native-transtiongroup.md rename to 1224/react-native-transitiongroup.md index 0a61826f..56b5c919 100644 --- a/1224/react-native-transtiongroup.md +++ b/1224/react-native-transitiongroup.md @@ -1,7 +1,7 @@ > 模板版本:v0.1.3

-

react-native-transtiongroup

+

react-native-transitiongroup

@@ -159,7 +159,7 @@ const styles = StyleSheet.create({ > [!tip] "HarmonyOS Support"列为 yes 表示 HarmonyOS 平台支持该属性;no 则表示不支持;partially 表示部分支持。使用方法跨平台一致,效果对标 iOS 或 Android 的效果。 > -> 详情见 [react-native-transtiongroup 源库地址](https://github.com/imchintan/react-native-transtiongroup/blob/master/README.md) +> 详情见 [react-native-transitiongroup 源库地址](https://github.com/madsleejensen/react-native-transitiongroup/blob/master/README.md) | 名称 | 描述 | 参数类型 | 是否必填 | Platform | HarmonyOS Support | | ------------- | ---------------------------------- | -------- | -------- | -------- | ----------------- | @@ -180,4 +180,4 @@ const styles = StyleSheet.create({ ## 开源协议 -本项目基于 [The MIT License (MIT)](https://github.com/imchintan/react-native-transtiongroup/blob/master/package.json) ,请自由地享受和参与开源。 \ No newline at end of file +本项目基于 [The MIT License (MIT)](https://github.com/madsleejensen/react-native-transitiongroup/blob/master/package.json) ,请自由地享受和参与开源。 \ No newline at end of file -- Gitee