Unrecognized Font Family on React Native

前端 未结 2 2114
迷失自我
迷失自我 2021-02-11 02:08

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\";         


        
2条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-02-11 02:20

    Make sure you have run the command:

    react-native link react-native-vector-icons

提交回复
热议问题