You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have already installed react-native-vector-icons as a dependency for your project you can skip this step. Otherwise run the following command:
24
-
25
-
Step 2: Install react-native-vector-icons
26
-
27
-
```
28
-
npm i --save react-native-vector-icons
29
-
```
30
-
31
-
**Link:**
32
-
33
-
```
34
-
react-native link react-native-vector-icons
35
-
```
36
-
37
-
_If you have any issues installing react-native-vector-icons, check out their installation guide [here](https://github.com/oblador/react-native-vector-icons#installation)._
0 commit comments