From 31d7a8d548669542eaf19f7171b523bde9fc8b48 Mon Sep 17 00:00:00 2001 From: rjh <15191819693@163.com> Date: Sat, 3 Aug 2024 09:56:44 +0800 Subject: [PATCH 1/3] =?UTF-8?q?docs:=20[Issue:=20#IAHKZ8]=E4=BF=AE?= =?UTF-8?q?=E6=94=B9react-native-section-list-get-item-layout=E7=9A=84?= =?UTF-8?q?=E6=8C=87=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-native-section-list-get-item-layout.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/zh-cn/react-native-section-list-get-item-layout.md b/zh-cn/react-native-section-list-get-item-layout.md index 35353637..ff14fa93 100644 --- a/zh-cn/react-native-section-list-get-item-layout.md +++ b/zh-cn/react-native-section-list-get-item-layout.md @@ -1,19 +1,20 @@ -> 模板版本:v0.1.3 +> 模板版本:v0.2.2

rn-section-list-get-item-layout

+

- Supported platforms + Supported platforms License

-> [!tip] [Github 地址](https://github.com/jsoendermann/rn-section-list-get-item-layout) +> [!TIP] [Github 地址](https://github.com/jsoendermann/rn-section-list-get-item-layout) ## 安装与使用 @@ -37,6 +38,8 @@ yarn add react-native-section-list-get-item-layout@^2.2.3 下面的代码展示了这个库的基本使用场景: +> [!WARNING] 使用时 import 的库名不变。 + ```js import sectionListGetItemLayout from "react-native-section-list-get-item-layout"; @@ -69,7 +72,7 @@ class MyComponent extends React.Component { 本文档内容基于以下版本验证通过: -1. RNOH:0.72.11; SDK:OpenHarmony(api11) 4.1.0.53; IDE:DevEco Studio 4.1.3.412; ROM:2.0.0.52(SP22C00E52R1P17log); +1. RNOH:0.72.27; SDK:HarmonyOS NEXT Developer Beta1; IDE:DevEco Studio 5.0.1.430; ROM:3.0.0.26; ## API -- Gitee From f0f6f17d6a13ed76b13f14dc346c9cc7602159d0 Mon Sep 17 00:00:00 2001 From: rjh <15191819693@163.com> Date: Tue, 6 Aug 2024 10:29:52 +0800 Subject: [PATCH 2/3] =?UTF-8?q?docs:=20[Issue:=20#IAI2NZ]=E4=BF=AE?= =?UTF-8?q?=E6=94=B9react-native-snap-carousel=E7=9A=84=E6=8C=87=E5=AF=BC?= =?UTF-8?q?=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zh-cn/react-native-snap-carousel.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/zh-cn/react-native-snap-carousel.md b/zh-cn/react-native-snap-carousel.md index 3716081e..833c30cd 100644 --- a/zh-cn/react-native-snap-carousel.md +++ b/zh-cn/react-native-snap-carousel.md @@ -1,5 +1,5 @@ -> 模板版本:v0.1.3 +> 模板版本:v0.2.2

react-native-snap-carousel

@@ -7,10 +7,10 @@

License - +

-> [!tip] [Github 地址](https://github.com/react-native-oh-library/react-native-snap-carousel) +> [!TIP] [Github 地址]( https://github.com/react-native-oh-library/react-native-snap-carousel) ## 安装与使用 @@ -25,16 +25,18 @@ #### **npm** ```bash -$ npm install @react-native-oh-tpl/react-native-snap-carousel@file:# +npm install @react-native-oh-tpl/react-native-snap-carousel@file:# ``` ```bash -$ yarn add @react-native-oh-tpl/react-native-snap-carousel@file:# +yarn add @react-native-oh-tpl/react-native-snap-carousel@file:# ``` -下面的代码展示了这个库的基本使用场景: +下面的代码展示了这个库的基本使用场景:\ + +> [!WARNING] 使用时 import 的库名不变。 ```js import React, { useState } from "react"; -- Gitee From 60b8207b2232fcea98a1cd87c3d05eb5d4ccd4b8 Mon Sep 17 00:00:00 2001 From: rjh <15191819693@163.com> Date: Tue, 6 Aug 2024 10:39:39 +0800 Subject: [PATCH 3/3] =?UTF-8?q?docs:=20[Issue:=20#IAI2NZ]=E4=BF=AE?= =?UTF-8?q?=E6=94=B9react-native-snap-carousel=E7=9A=84=E6=8C=87=E5=AF=BC?= =?UTF-8?q?=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zh-cn/react-native-snap-carousel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/react-native-snap-carousel.md b/zh-cn/react-native-snap-carousel.md index 833c30cd..23c185f2 100644 --- a/zh-cn/react-native-snap-carousel.md +++ b/zh-cn/react-native-snap-carousel.md @@ -34,7 +34,7 @@ yarn add @react-native-oh-tpl/react-native-snap-carousel@file:# -下面的代码展示了这个库的基本使用场景:\ +下面的代码展示了这个库的基本使用场景: > [!WARNING] 使用时 import 的库名不变。 -- Gitee