Skip to content

Commit 951b198

Browse files
stydmastermoo
authored andcommitted
Add reminder for linking react-native-vector-icons. (#214)
1 parent 42fd703 commit 951b198

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,15 @@ customizable multi-action-button component for react-native
1313
```bash
1414
npm i react-native-action-button --save
1515
```
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+
```bash
22+
react-native link
23+
```
24+
to link all libraries with native dependencies in your project.
1625

1726
### Usage
1827

0 commit comments

Comments
 (0)