From 121f0317c48ecb1c522a2f07cdaf55c4760738eb Mon Sep 17 00:00:00 2001 From: hongtenglong Date: Fri, 13 Dec 2024 16:54:45 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20[Issues:=20#IBB62C]=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9react-native-material-ui=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 Signed-off-by: hongtenglong --- en/react-native-material-ui.md | 6 +++--- zh-cn/react-native-material-ui.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/en/react-native-material-ui.md b/en/react-native-material-ui.md index fe2fcba6..7ae49231 100644 --- a/en/react-native-material-ui.md +++ b/en/react-native-material-ui.md @@ -17,7 +17,7 @@ ## Installation and Usage -Find the matching version information in the release address of a third-party library:[@react-native-oh-tpl/react-material-ui Releases](https://gitee.com/link?target=https%3A%2F%2Fgithub.com%2Freact-native-oh-library%2Freact-native-material-ui%2Freleases).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-material-ui Releases](https://gitee.com/link?target=https%3A%2F%2Fgithub.com%2Freact-native-oh-library%2Freact-native-material-ui%2Freleases).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: @@ -26,13 +26,13 @@ Go to the project directory and execute the following instruction: #### **npm** ```bash -npm install react-native-material-ui +npm install @react-native-oh-tpl/react-native-material-ui ``` #### **yarn** ```bash -yarn add react-native-material-ui +yarn add @react-native-oh-tpl/react-native-material-ui ``` diff --git a/zh-cn/react-native-material-ui.md b/zh-cn/react-native-material-ui.md index 79a1865b..720a22a5 100644 --- a/zh-cn/react-native-material-ui.md +++ b/zh-cn/react-native-material-ui.md @@ -18,7 +18,7 @@ ## 安装与使用 请到三方库的 Releases -发布地址查看配套的版本信息:[@react-native-oh-tpl/react-material-ui Releases](https://gitee.com/link?target=https%3A%2F%2Fgithub.com%2Freact-native-oh-library%2Freact-native-material-ui%2Freleases) 。对于未发布到npm的旧版本,请参考[安装指南](/zh-cn/tgz-usage.md)安装tgz包。 +发布地址查看配套的版本信息:[@react-native-oh-tpl/react-native-material-ui Releases](https://gitee.com/link?target=https%3A%2F%2Fgithub.com%2Freact-native-oh-library%2Freact-native-material-ui%2Freleases) 。对于未发布到npm的旧版本,请参考[安装指南](/zh-cn/tgz-usage.md)安装tgz包。 进入到工程目录并输入以下命令: @@ -27,13 +27,13 @@ #### **npm** ```bash -npm install react-native-material-ui +npm install @react-native-oh-tpl/react-native-material-ui ``` #### **yarn** ```bash -yarn add react-native-material-ui +yarn add @react-native-oh-tpl/react-native-material-ui ``` -- Gitee