From 9d7331614de2666ece18347835729fbd13cd1459 Mon Sep 17 00:00:00 2001 From: sky603629 Date: Tue, 18 Nov 2025 14:25:50 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20react-native-vector-icons=E6=96=87?= =?UTF-8?q?=E6=A1=A3=E5=A2=9E=E5=8A=A0RN=E7=89=88=E6=9C=AC=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: sky603629 --- en/react-native-vector-icons.md | 13 +++++++++++++ zh-cn/react-native-vector-icons.md | 15 ++++++++++++++- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/en/react-native-vector-icons.md b/en/react-native-vector-icons.md index a433d9403..bbb5205cb 100644 --- a/en/react-native-vector-icons.md +++ b/en/react-native-vector-icons.md @@ -17,6 +17,11 @@ ## Installation and Usage +| Library Version | Supported RN Version | +| :--- | :--- | +| 10.0.3 | 0.72 | +| 10.2.0 | 0.77 | + Go to the project directory and execute the following instruction: @@ -24,13 +29,21 @@ Go to the project directory and execute the following instruction: #### **npm** ```bash +# V10.0.3 npm install react-native-vector-icons@10.0.3 + +# V10.2.0 +npm install react-native-vector-icons@10.2.0 ``` #### **yarn** ```bash +# V10.0.3 yarn add react-native-vector-icons@10.0.3 + +# V10.2.0 +yarn add react-native-vector-icons@10.2.0 ``` diff --git a/zh-cn/react-native-vector-icons.md b/zh-cn/react-native-vector-icons.md index 521336226..bb2730dfa 100644 --- a/zh-cn/react-native-vector-icons.md +++ b/zh-cn/react-native-vector-icons.md @@ -17,6 +17,11 @@ ## 安装与使用 +| 三方库版本 | 支持RN版本 | +| ---------- | ---------- | +| 10.0.3 | 0.72 | +| 10.2.0 | 0.77 | + 进入到工程目录并输入以下命令: @@ -24,13 +29,21 @@ #### **npm** ```bash +# V10.0.3 npm install react-native-vector-icons@10.0.3 + +# V10.2.0 +npm install react-native-vector-icons@10.2.0 ``` #### **yarn** ```bash +# V10.0.3 yarn add react-native-vector-icons@10.0.3 + +# V10.2.0 +yarn add react-native-vector-icons@10.2.0 ``` @@ -366,4 +379,4 @@ RNApp({ ## 开源协议 -本项目基于 [The MIT License (MIT)](https://github.com/oblador/react-native-vector-icons/blob/master/LICENSE) ,请自由地享受和参与开源。 +本项目基于 [The MIT License (MIT)](https://github.com/oblador/react-native-vector-icons/blob/master/LICENSE) ,请自由地享受和参与开源。 \ No newline at end of file -- Gitee