From 1ab62c32d58eba50535bdfe7ee147d80f6d87b99 Mon Sep 17 00:00:00 2001 From: feng Date: Fri, 17 May 2024 10:25:00 +0800 Subject: [PATCH 1/2] =?UTF-8?q?[Issues:=20#I9Q00S]=20=E6=B7=BB=E5=8A=A0rea?= =?UTF-8?q?ct-native-swipe-list-view=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 --- 1224/react-native-swipe-list-view.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/1224/react-native-swipe-list-view.md b/1224/react-native-swipe-list-view.md index fd527986..4eb9d353 100644 --- a/1224/react-native-swipe-list-view.md +++ b/1224/react-native-swipe-list-view.md @@ -14,19 +14,19 @@ ## 安装与使用 进入到工程目录并输入以下命令: - +> [!TIP] # 处替换为 tgz 包的路径 #### **npm** ```bash -npm install --save react-native-swipe-list-view@3.2.9 +npm install --save react-native-swipe-list-view@file:# ``` #### **yarn** ```bash -yarn add react-native-swipe-list-view@3.2.9 +yarn add react-native-swipe-list-view@file:# ``` -- Gitee From 8b8b115521ee0492afed4100f5e32d1e4f556ee0 Mon Sep 17 00:00:00 2001 From: feng Date: Fri, 31 May 2024 03:31:54 +0000 Subject: [PATCH 2/2] =?UTF-8?q?Revert=20"[Issues:=20#I9Q00S]=20=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0react-native-swipe-list-view=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 This reverts commit 1ab62c32d58eba50535bdfe7ee147d80f6d87b99. --- 1224/react-native-swipe-list-view.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/1224/react-native-swipe-list-view.md b/1224/react-native-swipe-list-view.md index 4eb9d353..fd527986 100644 --- a/1224/react-native-swipe-list-view.md +++ b/1224/react-native-swipe-list-view.md @@ -14,19 +14,19 @@ ## 安装与使用 进入到工程目录并输入以下命令: -> [!TIP] # 处替换为 tgz 包的路径 + #### **npm** ```bash -npm install --save react-native-swipe-list-view@file:# +npm install --save react-native-swipe-list-view@3.2.9 ``` #### **yarn** ```bash -yarn add react-native-swipe-list-view@file:# +yarn add react-native-swipe-list-view@3.2.9 ``` -- Gitee