File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 4
4
[ ![ Build Status] ( https://travis-ci.com/arniu/react-native-ionicons.svg?branch=master )] ( https://travis-ci.com/arniu/react-native-ionicons )
5
5
[ ![ code style: prettier] ( https://img.shields.io/badge/code_style-prettier-ff69b4.svg )] ( https://prettier.io/ )
6
6
7
- Bring [ Ionicons - Beautifully crafted open source icons] ( https://ionicons.com/ ) to your awesome react-native apps.
7
+ Bring [ Ionicons - Beautifully crafted open source icons] ( https://ionicons.com/v4/ ) to your awesome react-native apps.
8
8
9
9
## Usage
10
10
11
11
- Install
12
12
13
13
``` bash
14
- npm install react-native-ionicons
14
+ npm install react-native-ionicons@^4.x
15
+ ```
16
+
17
+ Or:
18
+
19
+ ``` bash
20
+ yarn add react-native-ionicons@^4.x
15
21
```
16
22
17
23
- Link with ` react-native ` (** Optional** )
@@ -60,7 +66,7 @@ const IconBar = () => (
60
66
> ` IconName ` can be of short name or qualified name, which is the short one
61
67
> preffixed with ` md- ` or ` ios- ` .
62
68
>
63
- > The short ` IconName ` can be found [ here] ( https://ionicons.com/cheatsheet.html ) .
69
+ > The short ` IconName ` can be found [ here] ( https://ionicons.com/v4/ cheatsheet.html ) .
64
70
65
71
## Versioning
66
72
You can’t perform that action at this time.
0 commit comments