I\'m running into a peculiar error using React Native. Inside my button.js I am doing
button.js
import Icon from \"react-native-vector-icons/MaterialIcons\";
The same issue was fixed after triggering loadFont() method
loadFont()
import Icon from 'react-native-vector-icons/FontAwesome'; Icon.loadFont();