forked from react-native-elements/react-native-elements
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Give rn0.60.0 note more attention
Highlight changes with linking react-native-vector-icons
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|