react native踩坑——Unrecognized font family 'Material Icons'

"react": "16.9.0",
"react-native": "0.61.5",

在使用react-native-vector-icons遇到的错误
react native踩坑——Unrecognized font family 'Material Icons'_第1张图片
在info.plist插入以下代码

	UIAppFonts
	
	AntDesign.ttf
	Entypo.ttf
	EvilIcons.ttf
	Feather.ttf
	FontAwesome.ttf
	FontAwesome5_Brands.ttf
	FontAwesome5_Regular.ttf
	FontAwesome5_Solid.ttf
	Foundation.ttf
	Ionicons.ttf
	MaterialIcons.ttf
	MaterialCommunityIcons.ttf
	SimpleLineIcons.ttf
	Octicons.ttf
	Zocial.ttf
	

你可能感兴趣的:(react,native)