infinitered / ignite-vector-icons

An ignite plugin for `react-native-vector-icons`.
5 stars 7 forks source link

Unrecognized font family #11

Closed andruxnet closed 4 years ago

andruxnet commented 4 years ago

I just installed vector icons plugin with ignite add vector-icons and I'm using it like this:

import Ionicons from "react-native-vector-icons/Ionicons"
...
render() {
    return <Ionicons name={iconName} size={size} color={color} />;
}
...

Then when refreshing the app shows the message "Unrecognized font family 'Ionicons'". I tried also with FontAwesome.

I got the sample code from https://reactnavigation.org/docs/tab-based-navigation#customizing-the-appearance

Maybe the vector icons should be installed directly by using yarn add instead, but I thought using the ignite plugin was the way to go? Am I missing something?

andruxnet commented 4 years ago

Nevermind...

import Ionicons from "react-native-vector-icons/Ionicons"
Ionicons.loadFont()