From 0c283cca7a7824cd48904a599cb4ae0f83db9d04 Mon Sep 17 00:00:00 2001 From: p60087772 Date: Fri, 13 Jun 2025 10:17:15 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20[Issues:=20#ICEWGA]=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9paper=E6=96=87=E6=A1=A3=E7=9A=84github=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- en/react-native-paper.md | 8 ++++---- zh-cn/react-native-paper.md | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/en/react-native-paper.md b/en/react-native-paper.md index c9e6e22d..3420acb9 100644 --- a/en/react-native-paper.md +++ b/en/react-native-paper.md @@ -13,7 +13,7 @@

-> [!TIP] [GitHub address](https://github.com/callstack/react-native-paper) +> [!TIP] [GitHub address](https://github.com/callstack/react-native-paper/tree/v5.12.3) ## Installation and Usage @@ -23,11 +23,11 @@ #### **yarn** ```bash -yarn add react-native-paper@^5.12.3 +yarn add react-native-paper@5.12.3 ``` #### **npm** ```bash -npm install react-native-paper@^5.12.3 +npm install react-native-paper@5.12.3 ``` @@ -106,7 +106,7 @@ This document is verified based on the following versions: ## Component -View details[Paper](https://callstack.github.io/react-native-paper) +View details[Paper](https://callstack.github.io/react-native-paper/docs/components/ActivityIndicator/) > [!tip] The **Platform** column indicates the platform where the properties are supported in the original third-party library. diff --git a/zh-cn/react-native-paper.md b/zh-cn/react-native-paper.md index 7e48c1cf..47ffcd6b 100644 --- a/zh-cn/react-native-paper.md +++ b/zh-cn/react-native-paper.md @@ -13,7 +13,7 @@

-> [!TIP] [Github 地址](https://github.com/callstack/react-native-paper) +> [!TIP] [Github 地址](https://github.com/callstack/react-native-paper/tree/v5.12.3) ## 安装与使用 @@ -23,11 +23,11 @@ #### **yarn** ```bash -yarn add react-native-paper@^5.12.3 +yarn add react-native-paper@5.12.3 ``` #### **npm** ```bash -npm install react-native-paper@^5.12.3 +npm install react-native-paper@5.12.3 ``` @@ -103,7 +103,7 @@ export default ActivityIndicatorDemo; ## 组件 -详情查看[Paper官方文档](https://callstack.github.io/react-native-paper) +详情查看[Paper官方文档](https://callstack.github.io/react-native-paper/docs/components/ActivityIndicator/) > [!TIP] "Platform"列表示该属性在原三方库上支持的平台。 -- Gitee