Skip to content

Commit

Permalink
docs: Give rn0.60.0 note more attention
Browse files Browse the repository at this point in the history
Highlight changes with linking react-native-vector-icons
  • Loading branch information
iRoachie committed Sep 2, 2019
1 parent 01fc426 commit 0932773
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ npm i react-native-elements --save
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:

> _Manual linking of react-native-vector-icons is not necessary if you're using [email protected] or above since it is done automatically. This will throw an error though it won't prevent the application from running. To fix this you'll simply have to run `react-native unlink react-native-vector-icons` and the process will run as expected._
```
# yarn
yarn add react-native-vector-icons
Expand All @@ -73,8 +75,6 @@ npm i --save react-native-vector-icons
react-native link react-native-vector-icons
```

_Manual linking of react-native-vector-icons is not necessary if you're using [email protected] or above since it is done automatically. This will throw an error though it won't prevent the application from running. To fix this you'll simply have to run `react-native unlink react-native-vector-icons` and the process will run as expected._

_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) or
Expand Down

0 comments on commit 0932773

Please sign in to comment.