@react-native-vector-icons/common 11.0.0-alpha.5 → 11.0.0
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 +5 -5
package/README.md
CHANGED
|
@@ -12,7 +12,7 @@ extension and styling effortless.
|
|
|
12
12
|
For the integration of `.svg` files natively, you can explore [`react-native-vector-image`](https://github.com/oblador/react-native-vector-image).
|
|
13
13
|
|
|
14
14
|
> [!TIP]
|
|
15
|
-
> If you are still using the old single package `react-native-vector-icons` please visit https://github.com/oblador/react-native-vector-icons/tree/
|
|
15
|
+
> If you are still using the old single package `react-native-vector-icons` please visit https://github.com/oblador/react-native-vector-icons/tree/10.x
|
|
16
16
|
|
|
17
17
|
## Table of Contents
|
|
18
18
|
|
|
@@ -44,7 +44,7 @@ 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)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-native-vector-icons/common",
|
|
3
|
-
"version": "11.0.0
|
|
3
|
+
"version": "11.0.0",
|
|
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",
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"registry": "https://registry.npmjs.org/"
|
|
87
87
|
},
|
|
88
88
|
"dependencies": {
|
|
89
|
-
"@react-native-community/cli-tools": "^
|
|
89
|
+
"@react-native-community/cli-tools": "^15.1.2",
|
|
90
90
|
"picocolors": "^1.1.1",
|
|
91
91
|
"plist": "^3.1.0"
|
|
92
92
|
},
|
|
@@ -96,10 +96,10 @@
|
|
|
96
96
|
"del-cli": "^6.0.0",
|
|
97
97
|
"onchange": "^7.1.0",
|
|
98
98
|
"react": "18.3.1",
|
|
99
|
-
"react-native": "0.
|
|
99
|
+
"react-native": "0.76.1",
|
|
100
100
|
"react-native-builder-bob": "^0.31.0",
|
|
101
101
|
"turbo": "^1.13.4",
|
|
102
|
-
"typescript": "^5.
|
|
102
|
+
"typescript": "^5.7.2"
|
|
103
103
|
},
|
|
104
104
|
"resolutions": {
|
|
105
105
|
"@types/react": "^18.2.44"
|
|
@@ -162,5 +162,5 @@
|
|
|
162
162
|
"languages": "kotlin-objc",
|
|
163
163
|
"version": "0.41.2"
|
|
164
164
|
},
|
|
165
|
-
"gitHead": "
|
|
165
|
+
"gitHead": "1651392734fd93ad09e833ab0c3c93f44b918439"
|
|
166
166
|
}
|