Unrecognized Font Family on React Native

前端 未结 5 1291
春和景丽
春和景丽 2021-02-11 01:57

I\'m running into a peculiar error using React Native. Inside my button.js I am doing

import Icon from \"react-native-vector-icons/MaterialIcons\";         


        
5条回答
  •  醉酒成梦
    2021-02-11 02:39

    Make sure you have run the command:

    react-native link react-native-vector-icons

提交回复
热议问题