Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/pages/1.getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ Specifically `MaterialCommunityIcons` icon pack needs to be included in the proj

```sh
yarn add react-native-vector-icons
react-native link react-native-vector-icons
```

The library has specified dedicated steps for each platform. Please follow their [installation guide](https://github.com/oblador/react-native-vector-icons#installation) in order to properly use icon fonts.

If you don't want to install vector icons, you can use [babel-plugin-optional-require](https://github.com/satya164/babel-plugin-optional-require) to opt-out.

Expand Down