diff --git a/en/react-native-vector-icons.md b/en/react-native-vector-icons.md index a433d940384ce4cbff49ab9faa208b96e1b1f515..bbb5205cb46562d5de2dc50332843299da87eeea 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 521336226d0a47890545b41423f5b81d696eb42d..bb2730dfa8124e0966bd00f67c79e60fe2dd7238 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