diff --git a/en/react-native-paper.md b/en/react-native-paper.md index c9e6e22d56b2d8d6fb69d433087e81c97c79379a..3420acb946193c820d7695803801edbef865b581 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 7e48c1cf11f04ad2c88491beb5bb70e0ae5c20c8..47ffcd6b40242009556d7cbabc706644d4624009 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"列表示该属性在原三方库上支持的平台。