UNPKG

@expo/vector-icons

Version:

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.

14 lines (11 loc) 286 B
import React from 'react'; export default class FontAwesome5 extends React.Component { componentDidMount() { console.warn( 'FontAwesome5 is not supported by @expo/vector-icons: https://github.com/expo/vector-icons/issues/77' ); } render() { return null; } }