10.0.1 • Published 5 years ago

expo-vector-icons v10.0.1

Weekly downloads
193
License
MIT
Repository
github
Last release
5 years ago

@expo/vector-icons

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).

Resources

Usage

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 '@expo/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

10.0.1

5 years ago

10.0.0

5 years ago

9.0.0

5 years ago