@react-native-vector-icons/common 11.0.0-alpha.4 → 11.0.0-alpha.6
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 +3 -3
- package/package.json +8 -7
package/README.md
CHANGED
|
@@ -44,11 +44,11 @@ RNVI comes with the following supported icons. You can [search NPM](https://www.
|
|
|
44
44
|
### Actively maintained
|
|
45
45
|
- [`AntDesign`](https://ant.design/components/icon) from Ant Group (v4.4.2 with _449_ icons)
|
|
46
46
|
- [`Feather`](http://feathericons.com) created by Cole Bemis & Contributors (v4.29.2 featuring _287_ icons)
|
|
47
|
-
- [`FontAwesome 6`](https://fontawesome.com/search) designed by Fonticons, Inc. (v6.
|
|
47
|
+
- [`FontAwesome 6`](https://fontawesome.com/search) designed by Fonticons, Inc. (v6.7.1 featuring _2060_ free and _52663_ pro icons)
|
|
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.6",
|
|
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
|
".": {
|
|
@@ -85,18 +86,18 @@
|
|
|
85
86
|
"registry": "https://registry.npmjs.org/"
|
|
86
87
|
},
|
|
87
88
|
"dependencies": {
|
|
88
|
-
"@react-native-community/cli-tools": "^
|
|
89
|
-
"picocolors": "^1.1.
|
|
89
|
+
"@react-native-community/cli-tools": "^15.1.2",
|
|
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
|
-
"react-native": "0.
|
|
99
|
-
"react-native-builder-bob": "^0.
|
|
99
|
+
"react-native": "0.76.1",
|
|
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": "76a6e03f0431e67ebf9c13c45818f7b6638beb2a"
|
|
165
166
|
}
|