We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
react-native-vector-icons
1 parent 42fd703 commit 951b198Copy full SHA for 951b198
1 file changed
README.md
@@ -13,6 +13,15 @@ customizable multi-action-button component for react-native
13
```bash
14
npm i react-native-action-button --save
15
```
16
+Link `react-native-vector-icons` native dependencies to your project with:
17
+```bash
18
+react-native link react-native-vector-icons
19
+```
20
+or just:
21
22
+react-native link
23
24
+to link all libraries with native dependencies in your project.
25
26
### Usage
27
0 commit comments