From 4768021803d586a383ec070d13e3cc331044f4ea Mon Sep 17 00:00:00 2001 From: fan-kuiwei Date: Wed, 22 Jan 2025 16:04:59 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20[#IBJBK6]=20=E4=BF=AE=E6=94=B9react-nat?= =?UTF-8?q?ive-intersection-observer=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 --- en/react-native-intersection-observer.md | 6 +++--- zh-cn/react-native-intersection-observer.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/en/react-native-intersection-observer.md b/en/react-native-intersection-observer.md index fb3ed3f6..045c5d84 100644 --- a/en/react-native-intersection-observer.md +++ b/en/react-native-intersection-observer.md @@ -18,7 +18,7 @@ ## Installation and Usage -Find the matching version information in the release address of a third-party library: [@react-native-oh-library/react-native-intersection-observer Releases](https://github.com/react-native-oh-library/react-native-intersection-observer/releases).For older versions that are not published to npm, please refer to the [installation guide](/en/tgz-usage-en.md) to install the tgz package. +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-intersection-observer Releases](https://github.com/react-native-oh-library/react-native-intersection-observer/releases).For older versions that are not published to npm, please refer to the [installation guide](/en/tgz-usage-en.md) to install the tgz package. Go to the project directory and execute the following instruction: @@ -29,13 +29,13 @@ Go to the project directory and execute the following instruction: #### **npm** ```bash -npm install @react-native-oh-library/react-native-intersection-observer +npm install @react-native-oh-tpl/react-native-intersection-observer ``` #### **yarn** ```bash -yarn add @react-native-oh-library/react-native-intersection-observer +yarn add @react-native-oh-tpl/react-native-intersection-observer ``` diff --git a/zh-cn/react-native-intersection-observer.md b/zh-cn/react-native-intersection-observer.md index e58e7f32..8b2f03d0 100644 --- a/zh-cn/react-native-intersection-observer.md +++ b/zh-cn/react-native-intersection-observer.md @@ -18,7 +18,7 @@ ## 安装与使用 -请到三方库的 Releases 发布地址查看配套的版本信息:[@react-native-oh-library/react-native-intersection-observer Releases](https://github.com/react-native-oh-library/react-native-intersection-observer/releases) 。对于未发布到npm的旧版本,请参考[安装指南](/zh-cn/tgz-usage.md)安装tgz包。 +请到三方库的 Releases 发布地址查看配套的版本信息:[@react-native-oh-tpl/react-native-intersection-observer Releases](https://github.com/react-native-oh-library/react-native-intersection-observer/releases) 。对于未发布到npm的旧版本,请参考[安装指南](/zh-cn/tgz-usage.md)安装tgz包。 进入到工程目录并输入以下命令: @@ -27,13 +27,13 @@ #### **npm** ```bash -npm install @react-native-oh-library/react-native-intersection-observer +npm install @react-native-oh-tpl/react-native-intersection-observer ``` #### **yarn** ```bash -yarn add @react-native-oh-library/react-native-intersection-observer +yarn add @react-native-oh-tpl/react-native-intersection-observer ``` -- Gitee