Skip to content

Commit

Permalink
docs: Add react-native-vector-icons info for rn0.6.0 (react-native-el…
Browse files Browse the repository at this point in the history
…ements#2037)

For react-native versions from 0.6.0 and above, linking is done automatically and shouldn't be done manually.
  • Loading branch information
v1b3m authored and iRoachie committed Aug 26, 2019
1 parent e26e731 commit f8324b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ 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 f8324b8

Please sign in to comment.