diff --git a/en/react-native-intersection-observer.md b/en/react-native-intersection-observer.md index fb3ed3f67d5f84f6cf1269ab7bd93d887464b11c..045c5d844c47f7ee8ba3f4b7734d6d53e7035eaf 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 e58e7f3211c4569ad395172335b6aeaeabbacddb..8b2f03d015e6212a2b243893f673466e86969c3b 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 ```