Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

oskari/vector-icons

 
 

Repository files navigation

@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

Packages

No packages published

Languages

  • TypeScript 54.4%
  • JavaScript 29.9%
  • CSS 13.0%
  • HTML 2.7%