From a3b425bec5fb84b9707e48d0dc6accac7ad068f1 Mon Sep 17 00:00:00 2001 From: "1427969995@qq.com" Date: Sat, 11 May 2024 15:01:25 +0800 Subject: [PATCH 1/3] =?UTF-8?q?[Issues:=20#I9KXPR]=20=E4=BF=AE=E6=94=B9=20?= =?UTF-8?q?react-native-scrollable-tab-view=20=E6=8C=87=E5=AF=BC=E6=96=87?= =?UTF-8?q?=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zh-cn/react-native-scrollable-tab-view.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/zh-cn/react-native-scrollable-tab-view.md b/zh-cn/react-native-scrollable-tab-view.md index ceef9129..3bd921ca 100644 --- a/zh-cn/react-native-scrollable-tab-view.md +++ b/zh-cn/react-native-scrollable-tab-view.md @@ -1,4 +1,4 @@ -> 模板版本:v0.1.3 +> 模板版本:v0.2.0

react-native-scrollable-tab-view

@@ -63,6 +63,12 @@ export default () => { }; ``` +## Link + +本库鸿蒙侧实现依赖@react-native-oh-tpl/react-native-pager-view 的原生端代码,如已在鸿蒙工程中引入过该库,则无需再次引入,可跳过本章节步骤,直接使用。 + +如未引入请参照[@react-native-oh-tpl/react-native-pager-view 文档的 Link 章节](https://gitee.com/react-native-oh-library/usage-docs/blob/de61c0d0684afb8fb93228aeaa3e7961d58682cf/zh-cn/react-native-pager-view.md#link)进行引入 + ## 兼容性 本文档内容基于以下版本验证通过: -- Gitee From b0fbfc7316fe6cf2ab407d1ea680a7791e437452 Mon Sep 17 00:00:00 2001 From: "1427969995@qq.com" Date: Mon, 13 May 2024 16:57:55 +0800 Subject: [PATCH 2/3] =?UTF-8?q?[Issues:=20#I9KXPR]=20=E4=BF=AE=E6=94=B9=20?= =?UTF-8?q?react-native-scrollable-tab-view=20=E6=8C=87=E5=AF=BC=E6=96=87?= =?UTF-8?q?=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zh-cn/react-native-scrollable-tab-view.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/react-native-scrollable-tab-view.md b/zh-cn/react-native-scrollable-tab-view.md index 3bd921ca..eb4460d9 100644 --- a/zh-cn/react-native-scrollable-tab-view.md +++ b/zh-cn/react-native-scrollable-tab-view.md @@ -16,7 +16,7 @@ ## 安装与使用 -请到三方库的 Releases 发布地址查看配套的版本信息:[<@react-native-oh-tpl/react-native-scrollable-tab-view> Releases](https://github.com/react-native-oh-library/react-native-scrollable-tab-view/releases),并下载适用版本的 tgz 包。 +请到三方库的 Releases 发布地址查看配套的版本信息:[@react-native-oh-tpl/react-native-scrollable-tab-view Releases](https://github.com/react-native-oh-library/react-native-scrollable-tab-view/releases),并下载适用版本的 tgz 包。 进入到工程目录并输入以下命令: -- Gitee From a81f0191e817a2c3de3a7ab0c1b7f79b3646878c Mon Sep 17 00:00:00 2001 From: "1427969995@qq.com" Date: Tue, 14 May 2024 15:58:21 +0800 Subject: [PATCH 3/3] =?UTF-8?q?[Issues:=20#I9KXPR]=20=E4=BF=AE=E6=94=B9=20?= =?UTF-8?q?react-native-scrollable-tab-view=20=E6=8C=87=E5=AF=BC=E6=96=87?= =?UTF-8?q?=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zh-cn/react-native-scrollable-tab-view.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zh-cn/react-native-scrollable-tab-view.md b/zh-cn/react-native-scrollable-tab-view.md index eb4460d9..186b1438 100644 --- a/zh-cn/react-native-scrollable-tab-view.md +++ b/zh-cn/react-native-scrollable-tab-view.md @@ -106,3 +106,5 @@ export default () => { ## 其他 ## 开源协议 + +本项目基于 [The MIT License (MIT)](https://www.mit-license.org/) ,请自由地享受和参与开源。 -- Gitee