@react-native-vector-icons/common 11.0.0-alpha.4 → 11.0.0-alpha.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +6 -5
package/README.md
CHANGED
|
@@ -48,7 +48,7 @@ RNVI comes with the following supported icons. You can [search NPM](https://www.
|
|
|
48
48
|
- [`Foundation`](http://zurb.com/playground/foundation-icon-fonts-3) by ZURB, Inc. (v3.0 with _283_ icons)
|
|
49
49
|
- [`Ionicons`](https://ionic.io/ionicons) crafted by Ionic (v7.4.0 containing _1356_ icons)
|
|
50
50
|
- [`MaterialDesignIcons`](https://pictogrammers.com/library/mdi/) from MaterialDesignIcons.com (v7.4.47 including _7448_ icons)
|
|
51
|
-
- [`Octicons`](https://primer.style/foundations/icons) designed by GitHub, Inc. (v19.
|
|
51
|
+
- [`Octicons`](https://primer.style/foundations/icons) designed by GitHub, Inc. (v19.12.0 with _331_ icons)
|
|
52
52
|
|
|
53
53
|
### No longer maintained upstream
|
|
54
54
|
- [`Entypo`](http://entypo.com) by Daniel Bruce (v1.0.1 with _411_ icons)
|
|
@@ -72,7 +72,7 @@ See [MIGRATION.md](MIGRATION.md) if you are migrating from `react-native-vector-
|
|
|
72
72
|
```
|
|
73
73
|
2. Install the packages for the icons you want use
|
|
74
74
|
```sh
|
|
75
|
-
npm install --save @react-native-vector-icons/fontawesome6 @react-native-vector-icons/
|
|
75
|
+
npm install --save @react-native-vector-icons/fontawesome6 @react-native-vector-icons/evil-icons
|
|
76
76
|
```
|
|
77
77
|
3. Depending on the platform you're targeting (iOS/Android/Windows), follow the appropriate setup instructions below.
|
|
78
78
|
4. If you are using one of the following fonts refer to their guides for further instructions
|
package/package.json
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-native-vector-icons/common",
|
|
3
|
-
"version": "11.0.0-alpha.
|
|
3
|
+
"version": "11.0.0-alpha.5",
|
|
4
4
|
"description": "Customizable Icons for React Native with support for image source and full styling.",
|
|
5
5
|
"source": "./src/index.tsx",
|
|
6
6
|
"main": "./lib/commonjs/index.js",
|
|
7
7
|
"module": "./lib/module/index.js",
|
|
8
|
+
"types": "./lib/typescript/commonjs/src/index.d.ts",
|
|
8
9
|
"exports": {
|
|
9
10
|
"./package.json": "./package.json",
|
|
10
11
|
".": {
|
|
@@ -86,17 +87,17 @@
|
|
|
86
87
|
},
|
|
87
88
|
"dependencies": {
|
|
88
89
|
"@react-native-community/cli-tools": "^14.1.1",
|
|
89
|
-
"picocolors": "^1.1.
|
|
90
|
+
"picocolors": "^1.1.1",
|
|
90
91
|
"plist": "^3.1.0"
|
|
91
92
|
},
|
|
92
93
|
"devDependencies": {
|
|
93
94
|
"@types/plist": "^3.0.5",
|
|
94
|
-
"@types/react": "~18.3.
|
|
95
|
+
"@types/react": "~18.3.12",
|
|
95
96
|
"del-cli": "^6.0.0",
|
|
96
97
|
"onchange": "^7.1.0",
|
|
97
98
|
"react": "18.3.1",
|
|
98
99
|
"react-native": "0.75.4",
|
|
99
|
-
"react-native-builder-bob": "^0.
|
|
100
|
+
"react-native-builder-bob": "^0.31.0",
|
|
100
101
|
"turbo": "^1.13.4",
|
|
101
102
|
"typescript": "^5.6.3"
|
|
102
103
|
},
|
|
@@ -161,5 +162,5 @@
|
|
|
161
162
|
"languages": "kotlin-objc",
|
|
162
163
|
"version": "0.41.2"
|
|
163
164
|
},
|
|
164
|
-
"gitHead": "
|
|
165
|
+
"gitHead": "09d6ba49b79550c9e2561157f9041587b101eece"
|
|
165
166
|
}
|