Answers for "react native elements unrecognized font family fontawesome"

1

Unrecognized font family 'Octicons'

import Icon from 'react-native-vector-icons/MaterialIcons'

Icon.loadFont();
Posted by: Guest on September-15-2020
0

unrecognized font family fontawesome react native ios

import Icon from 'react-native-vector-icons/dist/FontAwesome';
Icon.loadFont();

// it works
Posted by: Guest on June-12-2021

Code answers related to "react native elements unrecognized font family fontawesome"

Browse Popular Code Answers by Language