You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-8Lines changed: 16 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,15 +42,17 @@ Should you find this library beneficial, kindly contemplate the option of
42
42
RNVI comes with the following supported icons. You can [search NPM](https://www.npmjs.com/search?q=keywords%3Areact-native-vector-icons-icon) for third party icons.
43
43
44
44
### Actively maintained
45
+
45
46
-[`AntDesign`](https://ant.design/components/icon) from Ant Group (v4.4.2 with _449_ icons)
46
47
-[`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.7.1 featuring _2060_ free and _52663_ pro icons)
48
+
-[`FontAwesome 6`](https://fontawesome.com/search) designed by Fonticons, Inc. (v6.7.2 featuring _2060_ free and _52663_ pro icons)
48
49
-[`Foundation`](http://zurb.com/playground/foundation-icon-fonts-3) by ZURB, Inc. (v3.0 with _283_ icons)
49
50
-[`Ionicons`](https://ionic.io/ionicons) crafted by Ionic (v7.4.0 containing _1356_ icons)
50
51
-[`MaterialDesignIcons`](https://pictogrammers.com/library/mdi/) from MaterialDesignIcons.com (v7.4.47 including _7448_ icons)
51
52
-[`Octicons`](https://primer.style/foundations/icons) designed by GitHub, Inc. (v19.12.0 with _331_ icons)
52
53
53
54
### No longer maintained upstream
55
+
54
56
-[`Entypo`](http://entypo.com) by Daniel Bruce (v1.0.1 with _411_ icons)
55
57
-[`EvilIcons`](http://evil-icons.io) designed by Alexander Madyankin & Roman Shamin (v1.10.1 with _70_ icons)
56
58
-[`FontAwesome`](https://fontawesome.com/v4/icons) by Fonticons, Inc. (v4.7.0 containing _785_ icons)
@@ -67,21 +69,26 @@ See [MIGRATION.md](MIGRATION.md) if you are migrating from `react-native-vector-
You should place the font ttf file into `rnvi-fonts`. You can customise this location by adding the following snippet to your package.json
202
+
195
203
```json
196
204
{
197
205
"reactNativeVectorIcons": {
@@ -219,7 +227,7 @@ Dynamic loading in react-native-vector-icons is currently limited to those fonts
219
227
220
228
By default, dynamic loading is enabled if supported by the version of Expo that you're using. It doesn't change the way you work with the package: If rendering an icon requires a font that is not known to the app, it will be loaded automatically and icon will render as expected.
221
229
222
-
`@react-native-vector-icons/common` exports several functions which you can use to control dynamic loading:
230
+
`@react-native-vector-icons/common` exports several functions which you can use to control dynamic loading:
223
231
224
232
-`isDynamicLoadingEnabled`: Returns whether dynamic loading is enabled.
225
233
-`isDynamicLoadingSupported`: Returns whether dynamic loading is supported by your runtime (checks that necessary Expo features are present).
0 commit comments