expo-vector-icons
Advanced tools
Built-in support for popular icon fonts and the tooling to create your own Icon components from your font and glyph map. This is a wrapper around react-native-vector-icons to make it compatible with Expo.
Weekly downloads
Readme
This library is a compatibility layer around @oblador/react-native-vector-icons to work with the Expo asset system. If you're using React Native without Expo, you have no need for this library -- carry on! (or maybe check out Expo).
This library is part of the expo
package, so if you are using expo
you can simply use it like so
import React from 'react';
import { Ionicons } from ' /vector-icons';
export default class IconExample extends React.Component {
render() {
return <Ionicons name="md-checkmark-circle" size={32} color="green" />;
}
}
for more usage see Expo icons documentation
Built-in support for popular icon fonts and the tooling to create your own Icon components from your font and glyph map. This is a wrapper around react-native-vector-icons to make it compatible with Expo.
The npm package expo-vector-icons receives a total of 163 weekly downloads. As such, expo-vector-icons popularity was classified as not popular.
We found that expo-vector-icons demonstrated a not healthy version release cadence and project activity. It has 1 open source maintainer collaborating on the project.